mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-31 07:29:49 +00:00
Update GradientEdit hint tooltip string
This commit is contained in:
parent
c2f2473d77
commit
56748da971
|
@ -694,7 +694,7 @@ msgid "Add point at the end"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "If this is enabled, the last point gets added at the end of the gradient.\n"
|
msgid "If this is enabled, the last point gets added at the end of the gradient.\n"
|
||||||
"Disable this if you wish to convert the gradient to have constant interpolation, so that it will take into account the last color."
|
"Disable this if you wish to convert the gradient to have constant interpolation, so that the last color will be taken into account."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Linear"
|
msgid "Linear"
|
||||||
|
|
|
@ -109,7 +109,7 @@ margin_top = 28.0
|
||||||
margin_right = 1280.0
|
margin_right = 1280.0
|
||||||
margin_bottom = 52.0
|
margin_bottom = 52.0
|
||||||
hint_tooltip = "If this is enabled, the last point gets added at the end of the gradient.
|
hint_tooltip = "If this is enabled, the last point gets added at the end of the gradient.
|
||||||
Disable this if you wish to convert the gradient to have constant interpolation, so that it will take into account the last color."
|
Disable this if you wish to convert the gradient to have constant interpolation, so that the last color will be taken into account."
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
text = "Add point at the end"
|
text = "Add point at the end"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue