forked from len0rd/rockbox
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
This commit is contained in:
parent
90666941f2
commit
f18eadd62d
1 changed files with 4 additions and 4 deletions
|
@ -24,9 +24,9 @@ displays files.
|
||||||
\setting{As whole numbers} enables a sorting algorithm which is similar to
|
\setting{As whole numbers} enables a sorting algorithm which is similar to
|
||||||
the default sorting of, for example, Windows Explorer, Mac OS X's Finder
|
the default sorting of, for example, Windows Explorer, Mac OS X's Finder
|
||||||
or Nautilus, with regards to numbers at the beginning or within filenames.
|
or Nautilus, with regards to numbers at the beginning or within filenames.
|
||||||
It combines consecutive digits to numbers and uses this numbers for sorting.
|
It combines consecutive digits to a number used for sorting.
|
||||||
\newline\setting{As whole numbers} disables this algorithm, and causes every digit to
|
\newline\setting{As digits} disables this algorithm, and causes every digit to
|
||||||
be compared separately. The following table opposes the two sortings.
|
be compared separately. The following table demonstrates the two sortings.
|
||||||
\begin{table}
|
\begin{table}
|
||||||
\centering
|
\centering
|
||||||
\begin{tabularx}{.8\textwidth}{ll}
|
\begin{tabularx}{.8\textwidth}{ll}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue