diff --git a/app/src/main/java/com/anytypeio/anytype/ui/widgets/menu/WidgetDropDownMenu.kt b/app/src/main/java/com/anytypeio/anytype/ui/widgets/menu/WidgetDropDownMenu.kt index b298fb1840..fa89b844bf 100644 --- a/app/src/main/java/com/anytypeio/anytype/ui/widgets/menu/WidgetDropDownMenu.kt +++ b/app/src/main/java/com/anytypeio/anytype/ui/widgets/menu/WidgetDropDownMenu.kt @@ -53,7 +53,7 @@ fun WidgetMenu( } ) { Text( - text = stringResource(R.string.block_action_add_below), + text = stringResource(R.string.widget_add_below), style = defaultTextStyle ) } @@ -107,7 +107,7 @@ fun WidgetMenu( } ) { Text( - text = stringResource(id = R.string.remove_widget), + text = stringResource(id = R.string.widget_remove_widget), style = TextStyle( color = colorResource(id = R.color.palette_dark_red), fontSize = 17.sp @@ -128,7 +128,7 @@ fun WidgetMenu( } ) { Text( - text = stringResource(id = R.string.empty_bin), + text = stringResource(id = R.string.widget_empty_bin), style = TextStyle( color = colorResource(id = R.color.palette_dark_red), fontSize = 17.sp @@ -149,7 +149,7 @@ fun WidgetMenu( } ) { Text( - text = stringResource(R.string.edit_widgets), + text = stringResource(R.string.widget_edit_widgets), style = defaultTextStyle ) } diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index a6d7b4a484..ae2f59f6cc 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -315,15 +315,18 @@ Do the computation of an expensive paragraph of text on a background thread: Edit widgets Widget source Widget type + Add Below Tree Hierarchical structure of object Link Compact version of the object Widget with list view of set object List - Change source - Change widget type - Remove widget + Change Source + Change Type + Remove Widget + Empty Bin + Edit Widgets New type Done @@ -336,6 +339,5 @@ Do the computation of an expensive paragraph of text on a background thread: This object has no links to other objects This view has no objects This data view has no objects - Empty bin