1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-02-20 12:33:14 +00:00

Change "continuously" to "contiguously"

This commit is contained in:
Emmanouil Papadeas 2022-09-18 17:23:42 +03:00
parent 94789a57c8
commit eda848ff63
2 changed files with 10 additions and 10 deletions

View file

@ -1322,12 +1322,12 @@ msgstr ""
msgid "0: Color from the brush itself, 100: the currently selected color"
msgstr ""
#. Found in the bucket tool options, to let users toggle if it should fill colors continuously or not.
msgid "Fill continuously"
#. Found in the bucket tool options, to let users toggle if it should fill colors contiguously or not.
msgid "Fill contiguously"
msgstr ""
#. Hint tooltip of the "Fill continuously" checkbox, found in the bucket tool options.
msgid "If enabled, it fills the continuous area with the selected color.\n"
#. Hint tooltip of the "Fill contiguously" checkbox, found in the bucket tool options.
msgid "If enabled, it fills the contiguous area with the selected color.\n"
"If disabled, it replaces all pixels of the same color with the selected color."
msgstr ""

View file

@ -27,18 +27,18 @@ margin_bottom = 105.0
script = ExtResource( 3 )
[node name="Label" parent="." index="0"]
margin_right = 133.0
margin_right = 132.0
[node name="FillCheckBox" type="CheckBox" parent="." index="1"]
margin_top = 18.0
margin_right = 133.0
margin_right = 132.0
margin_bottom = 42.0
hint_tooltip = "If enabled, it fills the continuous area with the selected color.
hint_tooltip = "If enabled, it fills the contiguous area with the selected color.
If disabled, it replaces all pixels of the same color with the selected color."
mouse_default_cursor_shape = 2
size_flags_horizontal = 4
pressed = true
text = "Fill continuously"
text = "Fill contiguously"
align = 1
[node name="Similarity" type="VBoxContainer" parent="." index="2"]
@ -98,9 +98,9 @@ size_flags_horizontal = 4
text = "Fill with:"
[node name="FillWithOptions" type="OptionButton" parent="." index="4"]
margin_left = 6.0
margin_left = 5.0
margin_top = 64.0
margin_right = 127.0
margin_right = 126.0
margin_bottom = 84.0
mouse_default_cursor_shape = 2
size_flags_horizontal = 4