summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Parker <rockbox@aeparker.com>2009-04-26 10:56:38 +0000
committerAlex Parker <rockbox@aeparker.com>2009-04-26 10:56:38 +0000
commit48db5b53c5ac1dfcfd5ed878e25e864d104f0590 (patch)
tree00e70be5df78cc1353125d6f8ea2936422651f9a
parent690f1f120749bc8193d19169f70e6a524ea3b65a (diff)
downloadrockbox-48db5b53c5ac1dfcfd5ed878e25e864d104f0590.tar.gz
rockbox-48db5b53c5ac1dfcfd5ed878e25e864d104f0590.zip
Change two occurences of m3u to m3u8, as this is what Rockbox saves in. Thanks to Grahack on IRC for pointing out.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20799 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/rockbox_interface/wps.tex13
-rw-r--r--manual/working_with_playlists/main.tex4
2 files changed, 10 insertions, 7 deletions
diff --git a/manual/rockbox_interface/wps.tex b/manual/rockbox_interface/wps.tex
index 9d30d622db..6807fd886b 100644
--- a/manual/rockbox_interface/wps.tex
+++ b/manual/rockbox_interface/wps.tex
@@ -174,11 +174,14 @@ to bring up the \setting{Playlist Viewer Menu}.
174 174
175\subsubsection{Playlist Viewer Menu} 175\subsubsection{Playlist Viewer Menu}
176 \begin{description} 176 \begin{description}
177 \item[Show Icons.] This toggles display of the icon for the currently selected 177 \item[Show Icons.] This toggles display of the icon for the currently
178 playlist entry and the icon for moving a playlist entry 178 selected playlist entry and the icon for moving a playlist entry
179 \item[Show Indicies.] This toggles display of the line numbering for the playlist 179 \item[Show Indicies.] This toggles display of the line numbering for
180 \item[Track Display.] This toggles between filename only and full path for playlist entries 180 the playlist
181 \item[Save Current Playlist.] Allows the current playlist to be saved as a \fname{.m3u} playlist file 181 \item[Track Display.] This toggles between filename only and full path
182 for playlist entries
183 \item[Save Current Playlist.] Allows the current playlist to be saved as
184 a \fname{.m3u8} playlist file
182 \end{description} 185 \end{description}
183 186
184 187
diff --git a/manual/working_with_playlists/main.tex b/manual/working_with_playlists/main.tex
index 1a74a793ae..7cde45d38d 100644
--- a/manual/working_with_playlists/main.tex
+++ b/manual/working_with_playlists/main.tex
@@ -73,9 +73,9 @@ the selected track or directory.
73 73
74\subsubsection{By using the Main Menu} 74\subsubsection{By using the Main Menu}
75To create a playlist containing all music on your \dap{}, you can use the 75To create a playlist containing all music on your \dap{}, you can use the
76\setting{Create Playlist} command in the \setting{Playlist Options} menu found 76\setting{Create Playlist} command in the \setting{Playlists} menu found
77in the \setting{Main Menu}. The created playlist will be named 77in the \setting{Main Menu}. The created playlist will be named
78\fname{root.m3u} and saved in the root of your \daps{} disk. 78\fname{root.m3u8} and saved in the root of your \daps{} disk.
79 79
80\subsection{Adding music to playlists} 80\subsection{Adding music to playlists}
81 81