Преглед на файлове

Update missing chapters warning

Co-authored-by: Jays2Kings <[email protected]>
Jays2Kings преди 3 години
родител
ревизия
028ea57232
променени са 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">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>
+        <item quantity="one">Skipping 1 chapter, either the source is missing it or it has been filtered out</item>
+        <item quantity="other">Skipping %d chapters, either the source is missing them or they have been filtered out</item>
     </plurals>
 
     <!-- Updates fragment -->