1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 17:19:50 +00:00

Update hint tooltip of the alpha lock button

This commit is contained in:
Emmanouil Papadeas 2024-03-09 02:51:29 +02:00
parent dc9ba6dd9c
commit 4614a648d1
2 changed files with 9 additions and 6 deletions

View file

@ -1602,6 +1602,14 @@ msgstr ""
msgid "Pixel Perfect"
msgstr ""
msgid "Pixel Perfect\n"
"Makes lines smooth by removing the extra pixels on the edges"
msgstr ""
#. A button found in the global tool options. When enabled, the alpha value of the pixels being drawn is locked, meaning that the user can only draw on non-transparent pixels.
msgid "Lock alpha"
msgstr ""
msgid "Fill inside"
msgstr ""
@ -1617,10 +1625,6 @@ msgstr ""
msgid "Gap Y:"
msgstr ""
msgid "Pixel Perfect\n"
"Makes lines smooth by removing the extra pixels on the edges"
msgstr ""
msgid "Fill Shape"
msgstr ""

View file

@ -129,8 +129,7 @@ texture = ExtResource("4")
[node name="AlphaLock" type="Button" parent="ScrollContainer/CenterContainer/GridContainer"]
custom_minimum_size = Vector2(32, 32)
layout_mode = 2
tooltip_text = "Pixel Perfect
Makes lines smooth by removing the extra pixels on the edges"
tooltip_text = "Lock alpha"
mouse_default_cursor_shape = 2
toggle_mode = true
shortcut = SubResource("Shortcut_vcyug")