diff options
author | Christian Soffke <christian.soffke@gmail.com> | 2021-03-09 06:45:37 +0100 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2021-03-09 15:10:58 +0000 |
commit | b2d13f1793b68b17764701e29ef619304bcb6565 (patch) | |
tree | 7ce1acb55e1ef18f2374c5f5a53cf7bde19f14c0 /apps/lang/english.lang | |
parent | f4b891e408c16b947d40be6d4cf498eb1c2b4ada (diff) | |
download | rockbox-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/lang/english.lang')
-rw-r--r-- | apps/lang/english.lang | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang index 8fd482b0ac..65f8575df0 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -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> |