summaryrefslogtreecommitdiff
path: root/apps/playlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playlist.c')
-rw-r--r--apps/playlist.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/playlist.c b/apps/playlist.c
index 12c4c3598f..25189b9839 100644
--- a/apps/playlist.c
+++ b/apps/playlist.c
@@ -1621,9 +1621,7 @@ static void display_playlist_count(int count, const unsigned char *fmt)
1621 */ 1621 */
1622static void display_buffer_full(void) 1622static void display_buffer_full(void)
1623{ 1623{
1624 gui_syncsplash(HZ*2, true, (unsigned char *)"%s %s", 1624 gui_syncsplash(HZ*2, true, str(LANG_PLAYLIST_BUFFER_FULL));
1625 str(LANG_PLAYINDICES_PLAYLIST),
1626 str(LANG_PLAYINDICES_BUFFER));
1627} 1625}
1628 1626
1629/* 1627/*