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 e9b57285cc..c9b027ea63 100644
--- a/apps/playlist_viewer.c
+++ b/apps/playlist_viewer.c
@@ -598,7 +598,7 @@ static enum pv_onplay_result onplay_menu(int index)
598 struct playlist_entry * current_track = 598 struct playlist_entry * current_track =
599 playlist_buffer_get_track(&viewer.buffer, index); 599 playlist_buffer_get_track(&viewer.buffer, index);
600 MENUITEM_STRINGLIST(menu_items, ID2P(LANG_PLAYLIST), NULL, 600 MENUITEM_STRINGLIST(menu_items, ID2P(LANG_PLAYLIST), NULL,
601 ID2P(LANG_CURRENT_PLAYLIST), ID2P(LANG_CATALOG), 601 ID2P(LANG_PLAYING_NEXT), ID2P(LANG_ADD_TO_PL),
602 ID2P(LANG_REMOVE), ID2P(LANG_MOVE), ID2P(LANG_MENU_SHOW_ID3_INFO), 602 ID2P(LANG_REMOVE), ID2P(LANG_MOVE), ID2P(LANG_MENU_SHOW_ID3_INFO),
603 ID2P(LANG_SHUFFLE), 603 ID2P(LANG_SHUFFLE),
604 ID2P(LANG_SAVE), 604 ID2P(LANG_SAVE),