summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Soffke <christian.soffke@gmail.com>2021-03-10 13:51:50 +0100
committerChristian Soffke <christian.soffke@gmail.com>2021-03-10 14:10:25 +0100
commit73ec3971f791838ecd4da1e8c4933e543d0f7663 (patch)
tree088744d51c01e0385185689e61a947126d0f1ca9
parent0ba174789b45cd36fed61403898bbe5c2a01dcfb (diff)
downloadrockbox-73ec3971f791838ecd4da1e8c4933e543d0f7663.tar.gz
rockbox-73ec3971f791838ecd4da1e8c4933e543d0f7663.zip
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
-rw-r--r--manual/rockbox_interface/browsing_and_playing.tex4
-rw-r--r--manual/working_with_playlists/main.tex16
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
119each option pertains both to files and directories): 119each option pertains both to files and directories):
120 120
121\begin{description} 121\begin{description}
122\item [Playlist.] 122\item [Current Playlist.]
123 Enters the \setting{Playlist Submenu} (see \reference{ref:playlist_submenu}). 123 Enters the \setting{Current Playlist Submenu} (see \reference{ref:currentplaylist_submenu}).
124\item [Playlist Catalogue.] 124\item [Playlist Catalogue.]
125 Enters the \setting{Playlist Catalogue Submenu} (see 125 Enters the \setting{Playlist Catalogue Submenu} (see
126 \reference{ref:playlist_catalogue}). 126 \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:
17 17
18\item[Dynamic playlist.] A dynamic playlist is a playlist that is created 18\item[Dynamic playlist.] A dynamic playlist is a playlist that is created
19 ``On the fly.'' Any time you insert or queue tracks using the 19 ``On the fly.'' Any time you insert or queue tracks using the
20 \setting{Playlist submenu} (see \reference{ref:playlist_submenu}), you are 20 \setting{Current Playlist submenu} (see \reference{ref:currentplaylist_submenu}), you are
21 creating (or adding to) a dynamic playlist. 21 creating (or adding to) a dynamic playlist.
22 22
23\item[Insert.] In Rockbox, to \setting{Insert} an item into a playlist means 23\item[Insert.] In Rockbox, to \setting{Insert} an item into a playlist means
@@ -50,7 +50,7 @@ song.
50 50
51\subsubsection{By using the Clear List \& Play Next function} 51\subsubsection{By using the Clear List \& Play Next function}
52The \setting{Clear List \& Play Next} function as described in 52The \setting{Clear List \& Play Next} function as described in
53\ref{ref:playlist_submenu} will replace the dynamic playlist with the selected 53\ref{ref:currentplaylist_submenu} will replace the dynamic playlist with the selected
54tracks. If a track is currently playing, it is only removed once it’s finished 54tracks. If a track is currently playing, it is only removed once it’s finished
55playing. 55playing.
56 56
@@ -76,9 +76,9 @@ in the \setting{Main Menu}. The created playlist will be named
76 76
77\subsection{Adding music to playlists} 77\subsection{Adding music to playlists}
78 78
79\subsubsection{\label{ref:playlist_submenu}Adding music to a dynamic playlist} 79\subsubsection{\label{ref:currentplaylist_submenu}Adding music to a dynamic playlist}
80\screenshot{rockbox_interface/images/ss-playlist-menu}{The Playlist Submenu}{} 80\screenshot{rockbox_interface/images/ss-playlist-menu}{The Current Playlist Submenu}{}
81The \setting{Playlist Submenu} is a submenu in the \setting{Context Menu} (see 81The \setting{Current Playlist Submenu} is a submenu in the \setting{Context Menu} (see
82\reference{ref:Contextmenu}), it allows you to put tracks into a 82\reference{ref:Contextmenu}), it allows you to put tracks into a
83``dynamic playlist''. The place in which the newly 83``dynamic playlist''. The place in which the newly
84selected tracks are added to the playlist is determined by the following 84selected tracks are added to the playlist is determined by the following
@@ -116,10 +116,10 @@ options:
116If a track is currently playing, it is only removed once it’s finished playing. 116If a track is currently playing, it is only removed once it’s finished playing.
117\end{description} 117\end{description}
118 118
119The \setting{Playlist Submenu} can be used to add either single tracks or 119The \setting{Current Playlist Submenu} can be used to add either single tracks or
120entire directories to a playlist. If the \setting{Playlist Submenu} is 120entire directories to a playlist. If the \setting{Current Playlist Submenu} is
121invoked on a single track, it will put only that track into the playlist. 121invoked on a single track, it will put only that track into the playlist.
122On the other hand, if the \setting{Playlist Submenu} is invoked on a 122On the other hand, if the \setting{Current Playlist Submenu} is invoked on a
123directory, Rockbox adds all of the tracks in that directory to the 123directory, Rockbox adds all of the tracks in that directory to the
124playlist. 124playlist.
125 125