forked from len0rd/rockbox
Add setting for numeric list sort order
The sort order of numeric lists can now be changed with the new "List Order" setting. It defaults to ascending for most scrollwheel targets and descending for all others, matching the old hardcoded behavior. Change-Id: I4866f04ec5995158edf9e40badf7f661b3ddea81
This commit is contained in:
parent
a3684e090e
commit
dcac2c616f
8 changed files with 99 additions and 35 deletions
|
|
@ -16149,4 +16149,46 @@
|
|||
<voice>
|
||||
*: "Show Shutdown Message"
|
||||
</voice>
|
||||
</phrase>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_LIST_ORDER
|
||||
desc: in Settings
|
||||
user: core
|
||||
<source>
|
||||
*: "List Order"
|
||||
</source>
|
||||
<dest>
|
||||
*: "List Order"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "List Order"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_ASCENDING
|
||||
desc: in Settings
|
||||
user: core
|
||||
<source>
|
||||
*: "Ascending"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Ascending"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Ascending"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_DESCENDING
|
||||
desc: in Settings
|
||||
user: core
|
||||
<source>
|
||||
*: "Descending"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Descending"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Descending"
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue