summaryrefslogtreecommitdiff
path: root/manual/rockbox_interface/tagcache.tex
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/tagcache.tex
parent58b5ce2275fdedd9eefda3e33fbf2fb910692dd7 (diff)
downloadrockbox-b659c0c14cbe89cd7602a847e90058e4f39b7fc3.tar.gz
rockbox-b659c0c14cbe89cd7602a847e90058e4f39b7fc3.zip
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/tagcache.tex')
-rw-r--r--manual/rockbox_interface/tagcache.tex4
1 files changed, 2 insertions, 2 deletions
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.
83 the WPS and is used in the database browser to, for example, show the most played, 83 the WPS and is used in the database browser to, for example, show the most played,
84 unplayed and most recently played tracks. 84 unplayed and most recently played tracks.
85 85
86\item[Export modifications.] 86\item[Export Modifications.]
87 This allows for the runtime data to be exported to the file \\ 87 This allows for the runtime data to be exported to the file \\
88 \fname{/.rockbox/database\_changelog.txt}, which backs up the runtime data in 88 \fname{/.rockbox/database\_changelog.txt}, which backs up the runtime data in
89 ASCII format. This is needed when database structures change, because new 89 ASCII format. This is needed when database structures change, because new
90 code cannot read old database code. But, all modifications 90 code cannot read old database code. But, all modifications
91 exported to ASCII format should be readable by all database versions. 91 exported to ASCII format should be readable by all database versions.
92 92
93\item[Import modifications.] 93\item[Import Modifications.]
94 Allows the \fname{/.rockbox/database\_changelog.txt} backup to be 94 Allows the \fname{/.rockbox/database\_changelog.txt} backup to be
95 conveniently loaded into the database. If \setting{Auto Update} is 95 conveniently loaded into the database. If \setting{Auto Update} is
96 enabled this is performed automatically when the database is initialized. 96 enabled this is performed automatically when the database is initialized.