Forráskód Böngészése

Reword chapter swipe action preference labels

arkon 1 éve
szülő
commit
f7cd3929a3
1 módosított fájl, 4 hozzáadás és 2 törlés
  1. 4 2
      i18n/src/main/res/values/strings.xml

+ 4 - 2
i18n/src/main/res/values/strings.xml

@@ -274,8 +274,10 @@
     <string name="exclude">Exclude: %s</string>
 
     <string name="pref_chapter_swipe">Chapter swipe</string>
-    <string name="pref_chapter_swipe_end">Swipe to end action</string>
-    <string name="pref_chapter_swipe_start">Swipe to start action</string>
+    <!-- This should be to the left for RTL locales -->
+    <string name="pref_chapter_swipe_end">Swipe to right action</string>
+    <!-- This should be to the right for RTL locales -->
+    <string name="pref_chapter_swipe_start">Swipe to left action</string>
 
       <!-- Extension section -->
     <string name="multi_lang">Multi</string>