diff --git a/Translations/Translations.pot b/Translations/Translations.pot index 55e38ccf1..3fea2bc2a 100644 --- a/Translations/Translations.pot +++ b/Translations/Translations.pot @@ -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 "" diff --git a/src/UI/GlobalToolOptions/GlobalToolOptions.tscn b/src/UI/GlobalToolOptions/GlobalToolOptions.tscn index 523cf91fb..a4489c8f3 100644 --- a/src/UI/GlobalToolOptions/GlobalToolOptions.tscn +++ b/src/UI/GlobalToolOptions/GlobalToolOptions.tscn @@ -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")