Show download progress in MoreController

This commit is contained in:
arkon
2020-04-28 19:44:02 -04:00
parent 6a3cd0054b
commit 1972cc25a9
2 changed files with 21 additions and 0 deletions

View File

@@ -366,6 +366,10 @@
<!-- More -->
<string name="label_downloaded_only">Downloaded only</string>
<string name="downloaded_only_summary">Filters all manga in your library</string>
<plurals name="download_queue_summary">
<item quantity="one">1 remaining</item>
<item quantity="other">%1$s remaining</item>
</plurals>
<!-- Login dialog -->