[Android] Videos: improve sort by number wording

Duncan McNamara git at videolan.org
Mon Jan 8 12:43:01 UTC 2024


vlc-android | branch: master | Duncan McNamara <dcn.mcnamara at gmail.com> | Tue Jan  2 16:17:51 2024 +0100| [0918d12f1833bceb01140b9811fd2ff273b441b0] | committer: Nicolas Pomepuy

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

> https://code.videolan.org/videolan/vlc-android/commit/0918d12f1833bceb01140b9811fd2ff273b441b0
---

 application/resources/src/main/res/values/strings.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/application/resources/src/main/res/values/strings.xml b/application/resources/src/main/res/values/strings.xml
index 1967738b3c..0f3b04ea94 100644
--- a/application/resources/src/main/res/values/strings.xml
+++ b/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>



More information about the Android mailing list