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 /manual/working_with_playlists/main.tex | |
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
Diffstat (limited to 'manual/working_with_playlists/main.tex')
-rw-r--r-- | manual/working_with_playlists/main.tex | 4 |
1 files changed, 2 insertions, 2 deletions
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} |