summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-03-01 23:57:36 +0000
committerThomas Martitz <kugel@rockbox.org>2009-03-01 23:57:36 +0000
commitf18eadd62dc093bfe14a1f31b7bfc532fabfd41c (patch)
treef97f81e48f8d019c1af49c440e785a4781440b48
parent90666941f2ef5881b1d4a7514e27976ea7fcdf8f (diff)
downloadrockbox-f18eadd62dc093bfe14a1f31b7bfc532fabfd41c.tar.gz
rockbox-f18eadd62dc093bfe14a1f31b7bfc532fabfd41c.zip
Reword the new sorting section a bit, and fix it to actually say "As digits"
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20161 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/configure_rockbox/file_view.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/manual/configure_rockbox/file_view.tex b/manual/configure_rockbox/file_view.tex
index b3c033b39d..3cc035c623 100644
--- a/manual/configure_rockbox/file_view.tex
+++ b/manual/configure_rockbox/file_view.tex
@@ -23,10 +23,10 @@ displays files.
23\item[Interpret numbers when sorting:] 23\item[Interpret numbers when sorting:]
24 \setting{As whole numbers} enables a sorting algorithm which is similar to 24 \setting{As whole numbers} enables a sorting algorithm which is similar to
25 the default sorting of, for example, Windows Explorer, Mac OS X's Finder 25 the default sorting of, for example, Windows Explorer, Mac OS X's Finder
26 or Nautilus, with regards to numbers at the beginning or within file names. 26 or Nautilus, with regards to numbers at the beginning or within filenames.
27 It combines consecutive digits to numbers and uses this numbers for sorting. 27 It combines consecutive digits to a number used for sorting.
28 \newline\setting{As whole numbers} disables this algorithm, and causes every digit to 28 \newline\setting{As digits} disables this algorithm, and causes every digit to
29 be compared separately. The following table opposes the two sortings. 29 be compared separately. The following table demonstrates the two sortings.
30 \begin{table} 30 \begin{table}
31 \centering 31 \centering
32 \begin{tabularx}{.8\textwidth}{ll} 32 \begin{tabularx}{.8\textwidth}{ll}