Browse Source

Videos: improve sort by number wording

Move "More/Less videos" to "More/Less videos in group first" as the
the previous wording was too vague
merge-requests/1990/head
Duncan McNamara 3 years ago
committed by Nicolas Pomepuy
parent
commit
0918d12f18
  1. 4
      application/resources/src/main/res/values/strings.xml

4
application/resources/src/main/res/values/strings.xml

@ -38,8 +38,8 @@
<string name="sortby_date_desc">Newest date first</string>
<string name="sortby_last_modified_date_asc">Oldest addition first</string>
<string name="sortby_last_modified_date_desc">Newest addition first</string>
<string name="sortby_number_asc">More videos</string>
<string name="sortby_number_desc">Less videos</string>
<string name="sortby_number_asc">More videos in group first</string>
<string name="sortby_number_desc">Less videos in group first </string>
<string name="sortby_date_insertion_asc">Oldest insertion date first</string>
<string name="sortby_date_insertion_desc">Newest insertion date first</string>
<string name="sortby_date_last_modified_asc">Oldest modification date first</string>

Loading…
Cancel
Save