summaryrefslogtreecommitdiff
path: root/manual/rockbox_interface
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2008-03-22 15:26:45 +0000
committerNils Wallménius <nils@rockbox.org>2008-03-22 15:26:45 +0000
commitb659c0c14cbe89cd7602a847e90058e4f39b7fc3 (patch)
treeb2be768ad2c292daea6149b05bf47f947f7c430a /manual/rockbox_interface
parent58b5ce2275fdedd9eefda3e33fbf2fb910692dd7 (diff)
FS#8740 by Marc Guay correct option names since the changes to english.lang, add some missing menu items, small tweaks by me. I also added descriptions for 'Say File Type' and 'Announce Battery Level'.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16747 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/rockbox_interface')
-rw-r--r--manual/rockbox_interface/browsing_and_playing.tex5
-rw-r--r--manual/rockbox_interface/tagcache.tex4
2 files changed, 7 insertions, 2 deletions
diff --git a/manual/rockbox_interface/browsing_and_playing.tex b/manual/rockbox_interface/browsing_and_playing.tex
index 7e1ab75dab..1580fc88d2 100644
--- a/manual/rockbox_interface/browsing_and_playing.tex
+++ b/manual/rockbox_interface/browsing_and_playing.tex
@@ -157,6 +157,11 @@ each option pertains both to files and directories):
subdirectories will be shown, as well as the total size.
\item [Set As Recording Directory.]
Save recordings in the selected directory.
+\item [Add to Shortcuts.]
+ Adds a link to the selected item in the \fname{shortcuts.link} file.
+ If the file does not already exist it will be created in the root directory.
+ Note that if you create a shortcut to a file, Rockbox will not open it upon
+ selecting, but simply bring you to it's location in the \setting{File Browser}.
\end{description}
\subsection{\label{sec:virtual_keyboard}Virtual Keyboard}
diff --git a/manual/rockbox_interface/tagcache.tex b/manual/rockbox_interface/tagcache.tex
index 6e82dc4a69..1b5bc9106e 100644
--- a/manual/rockbox_interface/tagcache.tex
+++ b/manual/rockbox_interface/tagcache.tex
@@ -83,14 +83,14 @@ its subdirectories will be scanned and added to the database.
the WPS and is used in the database browser to, for example, show the most played,
unplayed and most recently played tracks.
-\item[Export modifications.]
+\item[Export Modifications.]
This allows for the runtime data to be exported to the file \\
\fname{/.rockbox/database\_changelog.txt}, which backs up the runtime data in
ASCII format. This is needed when database structures change, because new
code cannot read old database code. But, all modifications
exported to ASCII format should be readable by all database versions.
-\item[Import modifications.]
+\item[Import Modifications.]
Allows the \fname{/.rockbox/database\_changelog.txt} backup to be
conveniently loaded into the database. If \setting{Auto Update} is
enabled this is performed automatically when the database is initialized.