소스 검색

Reword missing chapters warning (closes #6074)

arkon 3 년 전
부모
커밋
151193c4c3
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app/src/main/res/values/strings.xml

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

@@ -681,8 +681,8 @@
     <string name="page_list_empty_error">No pages found</string>
     <string name="loader_not_implemented_error">Source not found</string>
     <plurals name="missing_chapters_warning">
-        <item quantity="one">There is 1 missing chapter</item>
-        <item quantity="other">There are %d missing chapters</item>
+        <item quantity="one">Skipping %d chapter, this could be because the source does not have them, or you are filtering them out</item>
+        <item quantity="other">Skipping %d chapters, this could be because the source does not have them, or you are filtering them out</item>
     </plurals>
 
     <!-- Updates fragment -->