forked from len0rd/rockbox
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
This commit is contained in:
parent
f4b891e408
commit
b2d13f1793
4 changed files with 43 additions and 14 deletions
|
|
@ -6619,16 +6619,16 @@
|
|||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_REPLACE
|
||||
desc: in onplay menu. Replace the current playlist with a new one.
|
||||
desc: deprecated
|
||||
user: core
|
||||
<source>
|
||||
*: "Play Next"
|
||||
*: ""
|
||||
</source>
|
||||
<dest>
|
||||
*: "Aktuelle ersetzen"
|
||||
*: ""
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Aktuelle ersetzen"
|
||||
*: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
|
|
@ -15590,3 +15590,17 @@
|
|||
*: "Element nach unten verschieben"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_CLEAR_LIST_AND_PLAY_NEXT
|
||||
desc: in onplay menu. Replace current playlist with selected tracks
|
||||
user: core
|
||||
<source>
|
||||
*: "Clear List & Play Next"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Liste löschen & als Nächstes spielen"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Liste löschen & als Nächstes spielen"
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
|
|||
|
|
@ -6346,16 +6346,16 @@
|
|||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_REPLACE
|
||||
desc: in onplay menu. Replace the current playlist with a new one.
|
||||
desc: deprecated
|
||||
user: core
|
||||
<source>
|
||||
*: "Play Next"
|
||||
*: ""
|
||||
</source>
|
||||
<dest>
|
||||
*: "Play Next"
|
||||
*: ""
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Play Next"
|
||||
*: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
|
|
@ -15601,3 +15601,17 @@
|
|||
*: "Enter USB mass storage mode?"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_CLEAR_LIST_AND_PLAY_NEXT
|
||||
desc: in onplay menu. Replace current playlist with selected tracks
|
||||
user: core
|
||||
<source>
|
||||
*: "Clear List & Play Next"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Clear List & Play Next"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Clear List & Play Next"
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
|
|||
|
|
@ -640,7 +640,7 @@ MENUITEM_FUNCTION(q_last_shuf_pl_item, MENU_FUNC_USEPARAM,
|
|||
(intptr_t*)PLAYLIST_INSERT_LAST_SHUFFLED,
|
||||
treeplaylist_callback, Icon_Playlist);
|
||||
/* replace playlist */
|
||||
MENUITEM_FUNCTION(replace_pl_item, MENU_FUNC_USEPARAM, ID2P(LANG_REPLACE),
|
||||
MENUITEM_FUNCTION(replace_pl_item, MENU_FUNC_USEPARAM, ID2P(LANG_CLEAR_LIST_AND_PLAY_NEXT),
|
||||
playlist_insert_func, (intptr_t*)PLAYLIST_REPLACE,
|
||||
NULL, Icon_Playlist);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue