1
0
Fork 0
forked from len0rd/rockbox

Fix "Playlist" vs. "Current Playlist" menu terminology in manual

The manual has been updated to reflect the fact that the current title of the submenu for adding music in the context menu is "Current Playlist". (The WPS context menu has a different submenu called "Playlist")

Change-Id: I2bbeabad6d24673c46d3322529478c4a7a61ca88
This commit is contained in:
Christian Soffke 2021-03-10 13:51:50 +01:00
parent 0ba174789b
commit 73ec3971f7
2 changed files with 10 additions and 10 deletions

View file

@ -119,8 +119,8 @@ The \setting{Context Menu} contains the following options (unless otherwise note
each option pertains both to files and directories): each option pertains both to files and directories):
\begin{description} \begin{description}
\item [Playlist.] \item [Current Playlist.]
Enters the \setting{Playlist Submenu} (see \reference{ref:playlist_submenu}). Enters the \setting{Current Playlist Submenu} (see \reference{ref:currentplaylist_submenu}).
\item [Playlist Catalogue.] \item [Playlist Catalogue.]
Enters the \setting{Playlist Catalogue Submenu} (see Enters the \setting{Playlist Catalogue Submenu} (see
\reference{ref:playlist_catalogue}). \reference{ref:playlist_catalogue}).

View file

@ -17,7 +17,7 @@ playlists:
\item[Dynamic playlist.] A dynamic playlist is a playlist that is created \item[Dynamic playlist.] A dynamic playlist is a playlist that is created
``On the fly.'' Any time you insert or queue tracks using the ``On the fly.'' Any time you insert or queue tracks using the
\setting{Playlist submenu} (see \reference{ref:playlist_submenu}), you are \setting{Current Playlist submenu} (see \reference{ref:currentplaylist_submenu}), you are
creating (or adding to) a dynamic playlist. creating (or adding to) a dynamic playlist.
\item[Insert.] In Rockbox, to \setting{Insert} an item into a playlist means \item[Insert.] In Rockbox, to \setting{Insert} an item into a playlist means
@ -50,7 +50,7 @@ song.
\subsubsection{By using the Clear List \& Play Next function} \subsubsection{By using the Clear List \& Play Next function}
The \setting{Clear List \& Play Next} function as described in The \setting{Clear List \& Play Next} function as described in
\ref{ref:playlist_submenu} will replace the dynamic playlist with the selected \ref{ref:currentplaylist_submenu} will replace the dynamic playlist with the selected
tracks. If a track is currently playing, it is only removed once its finished tracks. If a track is currently playing, it is only removed once its finished
playing. playing.
@ -76,9 +76,9 @@ in the \setting{Main Menu}. The created playlist will be named
\subsection{Adding music to playlists} \subsection{Adding music to playlists}
\subsubsection{\label{ref:playlist_submenu}Adding music to a dynamic playlist} \subsubsection{\label{ref:currentplaylist_submenu}Adding music to a dynamic playlist}
\screenshot{rockbox_interface/images/ss-playlist-menu}{The Playlist Submenu}{} \screenshot{rockbox_interface/images/ss-playlist-menu}{The Current Playlist Submenu}{}
The \setting{Playlist Submenu} is a submenu in the \setting{Context Menu} (see The \setting{Current Playlist Submenu} is a submenu in the \setting{Context Menu} (see
\reference{ref:Contextmenu}), it allows you to put tracks into a \reference{ref:Contextmenu}), it allows you to put tracks into a
``dynamic playlist''. The place in which the newly ``dynamic playlist''. The place in which the newly
selected tracks are added to the playlist is determined by the following selected tracks are added to the playlist is determined by the following
@ -116,10 +116,10 @@ options:
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}
The \setting{Playlist Submenu} can be used to add either single tracks or The \setting{Current Playlist Submenu} can be used to add either single tracks or
entire directories to a playlist. If the \setting{Playlist Submenu} is entire directories to a playlist. If the \setting{Current Playlist Submenu} is
invoked on a single track, it will put only that track into the playlist. invoked on a single track, it will put only that track into the playlist.
On the other hand, if the \setting{Playlist Submenu} is invoked on a On the other hand, if the \setting{Current Playlist Submenu} is invoked on a
directory, Rockbox adds all of the tracks in that directory to the directory, Rockbox adds all of the tracks in that directory to the
playlist. playlist.