mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 00:59:47 +00:00
Remove confusing text from the tooltips of the play animation buttons
Addresses #1114
This commit is contained in:
parent
7a3050b5a0
commit
ffc98a4b7f
|
@ -1986,10 +1986,10 @@ msgstr ""
|
|||
msgid "Go to the previous frame"
|
||||
msgstr ""
|
||||
|
||||
msgid "Play the animation backwards (from end to beginning)"
|
||||
msgid "Play the animation backwards"
|
||||
msgstr ""
|
||||
|
||||
msgid "Play the animation forward (from beginning to end)"
|
||||
msgid "Play the animation forward"
|
||||
msgstr ""
|
||||
|
||||
msgid "Go to the next frame"
|
||||
|
|
|
@ -589,7 +589,7 @@ texture = ExtResource("23")
|
|||
unique_name_in_owner = true
|
||||
custom_minimum_size = Vector2(24, 24)
|
||||
layout_mode = 2
|
||||
tooltip_text = "Play the animation backwards (from end to beginning)"
|
||||
tooltip_text = "Play the animation backwards"
|
||||
focus_mode = 0
|
||||
mouse_default_cursor_shape = 2
|
||||
toggle_mode = true
|
||||
|
@ -612,7 +612,7 @@ unique_name_in_owner = true
|
|||
custom_minimum_size = Vector2(24, 24)
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 0
|
||||
tooltip_text = "Play the animation forward (from beginning to end)"
|
||||
tooltip_text = "Play the animation forward"
|
||||
focus_mode = 0
|
||||
mouse_default_cursor_shape = 2
|
||||
toggle_mode = true
|
||||
|
|
Loading…
Reference in a new issue