浏览代码

Update Skip Updating preference strings. (#6900)

* Update Skip Updating preference strings.

* Complete -> Completed

* hasn't -> haven't

* Apply suggestions from code review

Co-authored-by: arkon <[email protected]>

Co-authored-by: arkon <[email protected]>
FourTOne5 3 年之前
父节点
当前提交
d443245d66
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      app/src/main/res/values/strings.xml

+ 4 - 4
app/src/main/res/values/strings.xml

@@ -225,10 +225,10 @@
     <string name="charging">Charging</string>
     <string name="restrictions">Restrictions: %s</string>
 
-    <string name="pref_library_update_manga_restriction">Skip updating</string>
-    <string name="pref_update_only_completely_read">Has unread chapters</string>
-    <string name="pref_update_only_non_completed">Is completed series</string>
-    <string name="pref_update_only_started">No read chapters</string>
+    <string name="pref_library_update_manga_restriction">Skip updating titles</string>
+    <string name="pref_update_only_completely_read">With unread chapter(s)</string>
+    <string name="pref_update_only_non_completed">With \"Completed\" status</string>
+    <string name="pref_update_only_started">That haven\'t been started</string>
     <string name="pref_library_update_show_tab_badge">Show unread count on Updates icon</string>
     <string name="pref_library_update_refresh_metadata">Automatically refresh metadata</string>
     <string name="pref_library_update_refresh_metadata_summary">Check for new cover and details when updating library</string>