From ffc98a4b7f49d147ba50ddc2005d527db6bf16e8 Mon Sep 17 00:00:00 2001 From: Emmanouil Papadeas <35376950+OverloadedOrama@users.noreply.github.com> Date: Thu, 10 Oct 2024 16:33:50 +0300 Subject: [PATCH] Remove confusing text from the tooltips of the play animation buttons Addresses #1114 --- Translations/Translations.pot | 4 ++-- src/UI/Timeline/AnimationTimeline.tscn | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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