Skip to content

Commit

Permalink
Remove confusing text from the tooltips of the play animation buttons
Browse files Browse the repository at this point in the history
Addresses #1114
  • Loading branch information
OverloadedOrama committed Oct 10, 2024
1 parent 7a3050b commit ffc98a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Translations/Translations.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions src/UI/Timeline/AnimationTimeline.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ffc98a4

Please sign in to comment.