mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-20 12:33:14 +00:00
Changed "Left/Right tool options" text to just "Left/Right tool"
This commit is contained in:
parent
09a8f5f47f
commit
3064ad1b32
3 changed files with 9 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue