From b01f61f8e46a2adc75f8105de1616b1e0134a21f Mon Sep 17 00:00:00 2001 From: Anna Schumaker Date: Sat, 14 May 2016 10:17:42 -0400 Subject: [PATCH] gui: Refer to "this track" instead of "current track" Saying current track sounds too formal, and adds extra space to the pause-after widget. Signed-off-by: Anna Schumaker --- share/ocarina/ocarina6.glade | 6 +++--- tests/gui/audio.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/share/ocarina/ocarina6.glade b/share/ocarina/ocarina6.glade index f43c01c1..2f9f4b26 100644 --- a/share/ocarina/ocarina6.glade +++ b/share/ocarina/ocarina6.glade @@ -631,7 +631,7 @@ 0 (disabled) - current track + this track next track 2 tracks 3 tracks @@ -824,7 +824,7 @@ False False True - Add current track to Favorites playlist + Add this track to Favorites playlist True @@ -846,7 +846,7 @@ False False True - Hide current track from Collection + Hide this track from the Collection True diff --git a/tests/gui/audio.c b/tests/gui/audio.c index e12583a8..d2b08d16 100644 --- a/tests/gui/audio.c +++ b/tests/gui/audio.c @@ -110,7 +110,7 @@ static void test_audio() audio_eos(); test_equal(audio_cur_track()->tr_track, 3); - test_str_equal(test_get_pause_text(), "current track"); + test_str_equal(test_get_pause_text(), "this track"); audio_eos(); test_equal(audio_cur_track()->tr_track, 4);