summaryrefslogtreecommitdiff
path: root/apps/playlist_viewer.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playlist_viewer.c')
-rw-r--r--apps/playlist_viewer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playlist_viewer.c b/apps/playlist_viewer.c
index aae2101754..d065ad32ce 100644
--- a/apps/playlist_viewer.c
+++ b/apps/playlist_viewer.c
@@ -440,7 +440,7 @@ static int onplay_menu(int index)
440 items[i].desc = ID2P(LANG_CATALOG_ADD_TO_NEW); 440 items[i].desc = ID2P(LANG_CATALOG_ADD_TO_NEW);
441 i++; 441 i++;
442 442
443 m = menu_init(items, i, NULL, NULL, NULL, NULL); 443 m = menu_init(items, i, NULL, str(LANG_PLAYLIST_MENU), NULL, NULL);
444 result = menu_show(m); 444 result = menu_show(m);
445 if (result == MENU_ATTACHED_USB) 445 if (result == MENU_ATTACHED_USB)
446 { 446 {