diff --git a/Main.tscn b/Main.tscn index 724f41478..84581119b 100644 --- a/Main.tscn +++ b/Main.tscn @@ -582,8 +582,9 @@ size_flags_horizontal = 3 [node name="LeftLabel" type="Label" parent="MenuAndUI/UI/RightPanel/PreviewAndPalettes/ToolAndPaletteVSplit/ColorAndToolOptions/ScrollContainer/ToolOptions/LeftToolOptions"] margin_right = 160.0 margin_bottom = 15.0 -text = "Left tool options" +text = "Left tool" align = 1 +autowrap = true [node name="LeftBrushType" type="HBoxContainer" parent="MenuAndUI/UI/RightPanel/PreviewAndPalettes/ToolAndPaletteVSplit/ColorAndToolOptions/ScrollContainer/ToolOptions/LeftToolOptions"] margin_top = 19.0 @@ -975,8 +976,9 @@ size_flags_horizontal = 3 [node name="RightLabel" type="Label" parent="MenuAndUI/UI/RightPanel/PreviewAndPalettes/ToolAndPaletteVSplit/ColorAndToolOptions/ScrollContainer/ToolOptions/RightToolOptions"] margin_right = 160.0 margin_bottom = 15.0 -text = "Right tool options" +text = "Right tool" align = 1 +autowrap = true [node name="RightBrushType" type="HBoxContainer" parent="MenuAndUI/UI/RightPanel/PreviewAndPalettes/ToolAndPaletteVSplit/ColorAndToolOptions/ScrollContainer/ToolOptions/RightToolOptions"] margin_top = 19.0 diff --git a/Prefabs/Dialogs/PreferencesDialog.tscn b/Prefabs/Dialogs/PreferencesDialog.tscn index 0dcdc85be..6f8e30f0d 100644 --- a/Prefabs/Dialogs/PreferencesDialog.tscn +++ b/Prefabs/Dialogs/PreferencesDialog.tscn @@ -549,12 +549,12 @@ hint_tooltip = "Only custom preset can be modified" [node name="Label" type="Label" parent="HSplitContainer/ScrollContainer/VBoxContainer/Shortcuts/HBoxContainer"] margin_top = 3.0 -margin_right = 49.0 +margin_right = 45.0 margin_bottom = 17.0 -text = "Preset: " +text = "Preset:" [node name="PresetOptionButton" type="OptionButton" parent="HSplitContainer/ScrollContainer/VBoxContainer/Shortcuts/HBoxContainer"] -margin_left = 53.0 +margin_left = 49.0 margin_right = 306.0 margin_bottom = 20.0 mouse_default_cursor_shape = 2 diff --git a/Translations/Translations.pot b/Translations/Translations.pot index 02e74171a..a26f99259 100644 --- a/Translations/Translations.pot +++ b/Translations/Translations.pot @@ -501,10 +501,10 @@ msgstr "" msgid "Reset the colors to their default state (black for left, white for right)" msgstr "" -msgid "Left tool options" +msgid "Left tool" msgstr "" -msgid "Right tool options" +msgid "Right tool" msgstr "" msgid "Left pixel indicator"