diff options
author | Mats Lidell <matsl@rockbox.org> | 2003-01-15 16:48:25 +0000 |
---|---|---|
committer | Mats Lidell <matsl@rockbox.org> | 2003-01-15 16:48:25 +0000 |
commit | 4042ec8d335ca07dd64788fcbe63139e806bb0e4 (patch) | |
tree | d3b436b486fca2c66147e8cb08c6c2f5e275a7ed /apps/playlist.c | |
parent | 994d598077a464d613e49180648fd92629e7d71a (diff) |
Use lang definition for shuffling.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3100 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/playlist.c')
-rw-r--r-- | apps/playlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playlist.c b/apps/playlist.c index a8996c8452..ee924f5105 100644 --- a/apps/playlist.c +++ b/apps/playlist.c @@ -574,7 +574,7 @@ int play_list(char *dir, /* "current directory" */ if(global_settings.playlist_shuffle) { if(!playlist.in_ram) { - lcd_puts(0,0,"Shuffling..."); + lcd_puts(0,0,str(LANG_PLAYLIST_SHUFFLE)); status_draw(); lcd_update(); randomise_playlist( random_seed ); |