summaryrefslogtreecommitdiff
path: root/apps/playlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playlist.c')
-rw-r--r--apps/playlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playlist.c b/apps/playlist.c
index ecdb45c104..e514530aea 100644
--- a/apps/playlist.c
+++ b/apps/playlist.c
@@ -1050,7 +1050,7 @@ static void display_playlist_count(int count, const char *fmt)
1050#endif 1050#endif
1051 1051
1052 splash(0, true, fmt, count, 1052 splash(0, true, fmt, count,
1053#ifdef HAVE_PLAYER_KEYPAD 1053#if CONFIG_KEYPAD == PLAYER_PAD
1054 str(LANG_STOP_ABORT) 1054 str(LANG_STOP_ABORT)
1055#else 1055#else
1056 str(LANG_OFF_ABORT) 1056 str(LANG_OFF_ABORT)