summaryrefslogtreecommitdiff
path: root/apps/onplay.c
diff options
context:
space:
mode:
authorChristian Soffke <christian.soffke@gmail.com>2021-03-09 06:45:37 +0100
committerSolomon Peachy <pizza@shaftnet.org>2021-03-09 15:10:58 +0000
commitb2d13f1793b68b17764701e29ef619304bcb6565 (patch)
tree7ce1acb55e1ef18f2374c5f5a53cf7bde19f14c0 /apps/onplay.c
parentf4b891e408c16b947d40be6d4cf498eb1c2b4ada (diff)
downloadrockbox-b2d13f1793b68b17764701e29ef619304bcb6565.tar.gz
rockbox-b2d13f1793b68b17764701e29ef619304bcb6565.zip
UI: Rename "Play Next" to "Clear List & Play Next"
The "Play Next" function replaces the current dynamic playlist, so it makes sense to convey that information to the user when displaying the option in a context menu. Change-Id: Ic6e03e4adbd811e28b5cfeba36b64c5e8a7db2f9
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 207c43f0a6..a777807b9f 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -640,7 +640,7 @@ MENUITEM_FUNCTION(q_last_shuf_pl_item, MENU_FUNC_USEPARAM,
640 (intptr_t*)PLAYLIST_INSERT_LAST_SHUFFLED, 640 (intptr_t*)PLAYLIST_INSERT_LAST_SHUFFLED,
641 treeplaylist_callback, Icon_Playlist); 641 treeplaylist_callback, Icon_Playlist);
642/* replace playlist */ 642/* replace playlist */
643MENUITEM_FUNCTION(replace_pl_item, MENU_FUNC_USEPARAM, ID2P(LANG_REPLACE), 643MENUITEM_FUNCTION(replace_pl_item, MENU_FUNC_USEPARAM, ID2P(LANG_CLEAR_LIST_AND_PLAY_NEXT),
644 playlist_insert_func, (intptr_t*)PLAYLIST_REPLACE, 644 playlist_insert_func, (intptr_t*)PLAYLIST_REPLACE,
645 NULL, Icon_Playlist); 645 NULL, Icon_Playlist);
646 646