From 73ec3971f791838ecd4da1e8c4933e543d0f7663 Mon Sep 17 00:00:00 2001 From: Christian Soffke Date: Wed, 10 Mar 2021 13:51:50 +0100 Subject: [PATCH] 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 --- .../rockbox_interface/browsing_and_playing.tex | 4 ++-- manual/working_with_playlists/main.tex | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/manual/rockbox_interface/browsing_and_playing.tex b/manual/rockbox_interface/browsing_and_playing.tex index 0f382fabf8..8a7c844059 100644 --- a/manual/rockbox_interface/browsing_and_playing.tex +++ b/manual/rockbox_interface/browsing_and_playing.tex @@ -119,8 +119,8 @@ The \setting{Context Menu} contains the following options (unless otherwise note each option pertains both to files and directories): \begin{description} -\item [Playlist.] - Enters the \setting{Playlist Submenu} (see \reference{ref:playlist_submenu}). +\item [Current Playlist.] + Enters the \setting{Current Playlist Submenu} (see \reference{ref:currentplaylist_submenu}). \item [Playlist Catalogue.] Enters the \setting{Playlist Catalogue Submenu} (see \reference{ref:playlist_catalogue}). diff --git a/manual/working_with_playlists/main.tex b/manual/working_with_playlists/main.tex index fbc39ab712..588ddd1e50 100644 --- a/manual/working_with_playlists/main.tex +++ b/manual/working_with_playlists/main.tex @@ -17,7 +17,7 @@ playlists: \item[Dynamic playlist.] A dynamic playlist is a playlist that is created ``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. \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} 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 it’s finished playing. @@ -76,9 +76,9 @@ in the \setting{Main Menu}. The created playlist will be named \subsection{Adding music to playlists} -\subsubsection{\label{ref:playlist_submenu}Adding music to a dynamic playlist} -\screenshot{rockbox_interface/images/ss-playlist-menu}{The Playlist Submenu}{} -The \setting{Playlist Submenu} is a submenu in the \setting{Context Menu} (see +\subsubsection{\label{ref:currentplaylist_submenu}Adding music to a dynamic playlist} +\screenshot{rockbox_interface/images/ss-playlist-menu}{The Current Playlist Submenu}{} +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 ``dynamic playlist''. The place in which the newly 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 it’s finished playing. \end{description} -The \setting{Playlist Submenu} can be used to add either single tracks or -entire directories to a playlist. If the \setting{Playlist Submenu} is +The \setting{Current Playlist Submenu} can be used to add either single tracks or +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. -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 playlist.