diff options
author | Alex Parker <rockbox@aeparker.com> | 2009-04-26 10:56:38 +0000 |
---|---|---|
committer | Alex Parker <rockbox@aeparker.com> | 2009-04-26 10:56:38 +0000 |
commit | 48db5b53c5ac1dfcfd5ed878e25e864d104f0590 (patch) | |
tree | 00e70be5df78cc1353125d6f8ea2936422651f9a | |
parent | 690f1f120749bc8193d19169f70e6a524ea3b65a (diff) |
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.tex | 13 | ||||
-rw-r--r-- | manual/working_with_playlists/main.tex | 4 |
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}. \subsubsection{Playlist Viewer Menu} \begin{description} - \item[Show Icons.] This toggles display of the icon for the currently selected - playlist entry and the icon for moving a playlist entry - \item[Show Indicies.] This toggles display of the line numbering for the playlist - \item[Track Display.] This toggles between filename only and full path for playlist entries - \item[Save Current Playlist.] Allows the current playlist to be saved as a \fname{.m3u} playlist file + \item[Show Icons.] This toggles display of the icon for the currently + selected playlist entry and the icon for moving a playlist entry + \item[Show Indicies.] This toggles display of the line numbering for + the playlist + \item[Track Display.] This toggles between filename only and full path + for playlist entries + \item[Save Current Playlist.] Allows the current playlist to be saved as + a \fname{.m3u8} playlist file \end{description} 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. \subsubsection{By using the Main Menu} To create a playlist containing all music on your \dap{}, you can use the -\setting{Create Playlist} command in the \setting{Playlist Options} menu found +\setting{Create Playlist} command in the \setting{Playlists} menu found in the \setting{Main Menu}. The created playlist will be named -\fname{root.m3u} and saved in the root of your \daps{} disk. +\fname{root.m3u8} and saved in the root of your \daps{} disk. \subsection{Adding music to playlists} |