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:
Christian Soffke 2021-03-09 06:45:37 +01:00 committed by Solomon Peachy
parent f4b891e408
commit b2d13f1793
4 changed files with 43 additions and 14 deletions

View file

@ -6619,16 +6619,16 @@
</phrase> </phrase>
<phrase> <phrase>
id: LANG_REPLACE id: LANG_REPLACE
desc: in onplay menu. Replace the current playlist with a new one. desc: deprecated
user: core user: core
<source> <source>
*: "Play Next" *: ""
</source> </source>
<dest> <dest>
*: "Aktuelle ersetzen" *: ""
</dest> </dest>
<voice> <voice>
*: "Aktuelle ersetzen" *: ""
</voice> </voice>
</phrase> </phrase>
<phrase> <phrase>
@ -15590,3 +15590,17 @@
*: "Element nach unten verschieben" *: "Element nach unten verschieben"
</voice> </voice>
</phrase> </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>

View file

@ -6346,16 +6346,16 @@
</phrase> </phrase>
<phrase> <phrase>
id: LANG_REPLACE id: LANG_REPLACE
desc: in onplay menu. Replace the current playlist with a new one. desc: deprecated
user: core user: core
<source> <source>
*: "Play Next" *: ""
</source> </source>
<dest> <dest>
*: "Play Next" *: ""
</dest> </dest>
<voice> <voice>
*: "Play Next" *: ""
</voice> </voice>
</phrase> </phrase>
<phrase> <phrase>
@ -15601,3 +15601,17 @@
*: "Enter USB mass storage mode?" *: "Enter USB mass storage mode?"
</voice> </voice>
</phrase> </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>

View file

@ -640,7 +640,7 @@ MENUITEM_FUNCTION(q_last_shuf_pl_item, MENU_FUNC_USEPARAM,
(intptr_t*)PLAYLIST_INSERT_LAST_SHUFFLED, (intptr_t*)PLAYLIST_INSERT_LAST_SHUFFLED,
treeplaylist_callback, Icon_Playlist); treeplaylist_callback, Icon_Playlist);
/* replace 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, playlist_insert_func, (intptr_t*)PLAYLIST_REPLACE,
NULL, Icon_Playlist); NULL, Icon_Playlist);

View file

@ -48,10 +48,11 @@ song.
rather than erasing the current rather than erasing the current
playlist, see the section below on how to add music to a playlist.} playlist, see the section below on how to add music to a playlist.}
\subsubsection{By using the Play Next function} \subsubsection{By using the Clear List \& Play Next function}
The \setting{Play Next} function as described in \ref{ref:playlist_submenu} will The \setting{Clear List \& Play Next} function as described in
\emph{replace} the dynamic playlist with the selected tracks. If a track is \ref{ref:playlist_submenu} will replace the dynamic playlist with the selected
currently playing, it is only removed once its finished playing. tracks. If a track is currently playing, it is only removed once its finished
playing.
\subsubsection{\label{ref:playlist_catalogue}By using the Playlist catalogue} \subsubsection{\label{ref:playlist_catalogue}By using the Playlist catalogue}
The \setting{Playlist catalogue} makes it possible to modify and create The \setting{Playlist catalogue} makes it possible to modify and create
@ -111,7 +112,7 @@ options:
\item [Queue Last Shuffled.] Queue tracks in a random order at the end of the playlist. \item [Queue Last Shuffled.] Queue tracks in a random order at the end of the playlist.
\item [Play Next.] Replaces all tracks in the dynamic playlist. \item [Clear List \& Play Next.] Replaces all tracks in the dynamic playlist.
If a track is currently playing, it is only removed once its finished playing. If a track is currently playing, it is only removed once its finished playing.
\end{description} \end{description}