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

This commit is contained in:
arkon 2020-06-22 22:21:40 -04:00
parent 47327d840d
commit 0258422527

View File

@ -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>