summaryrefslogtreecommitdiff
path: root/apps/onplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/onplay.c')
-rw-r--r--apps/onplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/onplay.c b/apps/onplay.c
index cc08a96a81..7ebe4e1f45 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -414,7 +414,7 @@ int onplay(char* file, int attr)
414 (attr & ATTR_DIRECTORY) || 414 (attr & ATTR_DIRECTORY) ||
415 ((attr & TREE_ATTR_MASK) == TREE_ATTR_M3U)) 415 ((attr & TREE_ATTR_MASK) == TREE_ATTR_M3U))
416 { 416 {
417 items[i].desc = ID2P(LANG_PLAYINDICES_PLAYLIST); 417 items[i].desc = ID2P(LANG_PLAYLIST);
418 items[i].function = playlist_options; 418 items[i].function = playlist_options;
419 i++; 419 i++;
420 } 420 }