瀏覽代碼

Remove "No chapter" string in favour of just "0 chapters" (should close #3357)

arkon 4 年之前
父節點
當前提交
0258422527
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      app/src/main/res/values/strings.xml

+ 0 - 1
app/src/main/res/values/strings.xml

@@ -464,7 +464,6 @@
     <string name="manga_info_expand">Show more info</string>
     <string name="manga_info_collapse">Show less info</string>
     <plurals name="manga_num_chapters">
-        <item quantity="zero">No chapters</item>
         <item quantity="one">1 chapter</item>
         <item quantity="other">%1$s chapters</item>
     </plurals>