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

Remove confusing text from the tooltips of the play animation buttons

Addresses #1114
This commit is contained in:
Emmanouil Papadeas 2024-10-10 16:33:50 +03:00
parent 7a3050b5a0
commit ffc98a4b7f
2 changed files with 4 additions and 4 deletions

View file

@ -1986,10 +1986,10 @@ msgstr ""
msgid "Go to the previous frame" msgid "Go to the previous frame"
msgstr "" msgstr ""
msgid "Play the animation backwards (from end to beginning)" msgid "Play the animation backwards"
msgstr "" msgstr ""
msgid "Play the animation forward (from beginning to end)" msgid "Play the animation forward"
msgstr "" msgstr ""
msgid "Go to the next frame" msgid "Go to the next frame"

View file

@ -589,7 +589,7 @@ texture = ExtResource("23")
unique_name_in_owner = true unique_name_in_owner = true
custom_minimum_size = Vector2(24, 24) custom_minimum_size = Vector2(24, 24)
layout_mode = 2 layout_mode = 2
tooltip_text = "Play the animation backwards (from end to beginning)" tooltip_text = "Play the animation backwards"
focus_mode = 0 focus_mode = 0
mouse_default_cursor_shape = 2 mouse_default_cursor_shape = 2
toggle_mode = true toggle_mode = true
@ -612,7 +612,7 @@ unique_name_in_owner = true
custom_minimum_size = Vector2(24, 24) custom_minimum_size = Vector2(24, 24)
layout_mode = 2 layout_mode = 2
size_flags_horizontal = 0 size_flags_horizontal = 0
tooltip_text = "Play the animation forward (from beginning to end)" tooltip_text = "Play the animation forward"
focus_mode = 0 focus_mode = 0
mouse_default_cursor_shape = 2 mouse_default_cursor_shape = 2
toggle_mode = true toggle_mode = true