From fa98298983c9d6b5e165ef077359f5786b43566f Mon Sep 17 00:00:00 2001 From: Steve Bavin Date: Tue, 29 Jul 2008 13:32:47 +0000 Subject: Only voice track insertion splash if voice menus enabled - fix for FS#9223 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18147 a1c6a512-1295-4272-9138-f99709370657 --- apps/playlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/playlist.c') diff --git a/apps/playlist.c b/apps/playlist.c index 53becb9fc1..f6d536fa25 100644 --- a/apps/playlist.c +++ b/apps/playlist.c @@ -2916,7 +2916,7 @@ int playlist_insert_directory(struct playlist_info* playlist, if (queue) count_str = ID2P(LANG_PLAYLIST_QUEUE_COUNT); else - count_str = ID2P(LANG_PLAYLIST_INSERT_COUNT); + count_str = ID2P(LANG_PLAYLIST_INSERT_COUNT); display_playlist_count(0, count_str, false); -- cgit v1.2.3