summaryrefslogtreecommitdiff
path: root/manual/rockbox_interface/tagcache.tex
diff options
context:
space:
mode:
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.