diff --git a/Translations/Translations.pot b/Translations/Translations.pot index 18fed9a85..bc216a89c 100644 --- a/Translations/Translations.pot +++ b/Translations/Translations.pot @@ -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" diff --git a/src/UI/Timeline/AnimationTimeline.tscn b/src/UI/Timeline/AnimationTimeline.tscn index ba10b0341..efb04ba70 100644 --- a/src/UI/Timeline/AnimationTimeline.tscn +++ b/src/UI/Timeline/AnimationTimeline.tscn @@ -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