From 67de1d3d9be8ba0c3644680f2c70ea48230270ca Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sat, 1 Apr 2006 13:36:33 +0000 Subject: Thorough .lang rework: Removed all deprecated strings, combined string which were only split because long ago we had no splash(), sorted strings into logical groups to ease the transition to langv2. Bunped binary .lng version. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9398 a1c6a512-1295-4272-9138-f99709370657 --- apps/playlist.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'apps/playlist.c') 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) */ static void display_buffer_full(void) { - gui_syncsplash(HZ*2, true, (unsigned char *)"%s %s", - str(LANG_PLAYINDICES_PLAYLIST), - str(LANG_PLAYINDICES_BUFFER)); + gui_syncsplash(HZ*2, true, str(LANG_PLAYLIST_BUFFER_FULL)); } /* -- cgit v1.2.3