From 6862cd3edd9ed070c17d415e6421e0b2d0dbbcd1 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 26 Apr 2009 10:56:38 +0000 Subject: [PATCH] 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 --- manual/rockbox_interface/wps.tex | 13 ++++++++----- 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 9d30d622d..6807fd886 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 1a74a793a..7cde45d38 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} -- 2.11.4.GIT