diff options
author | Scott Jackson <daneren2005@gmail.com> | 2013-11-22 19:08:39 -0800 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2013-11-22 19:08:39 -0800 |
commit | 773036c5bd8711e72ffe1958bed5f18d9745b73a (patch) | |
tree | 25a37e98cc03403591806868fdac31d7c2fca70a /res/values | |
parent | 854b508e45bf3000dcf94a6be82867a5313911f0 (diff) | |
download | dsub-773036c5bd8711e72ffe1958bed5f18d9745b73a.tar.gz dsub-773036c5bd8711e72ffe1958bed5f18d9745b73a.tar.bz2 dsub-773036c5bd8711e72ffe1958bed5f18d9745b73a.zip |
Added setting for custom sort
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 1a4f8556..7647ac8a 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -257,6 +257,8 @@ <string name="settings.theme_holo_fullscreen">Holo Fullscreen</string>
<string name="settings.track_title">Display Track #</string>
<string name="settings.track_summary">Display Track # in front of songs if one exists</string>
+ <string name="settings.custom_sort">Custom Sort</string>
+ <string name="settings.custom_sort_summary">Sort directory listings to properly sort by disc number. Interferes with the servers sort albums by year.</string>
<string name="settings.network_title">Network</string>
<string name="settings.max_bitrate_wifi">Max Audio bitrate - Wi-Fi</string>
<string name="settings.max_bitrate_mobile">Max Audio bitrate - Mobile</string>
|