mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-24 13:48:55 +03:00
fix(strings): Fix download next episodes string
This commit is contained in:
parent
32b441bbb1
commit
78822adb3b
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@
|
|||
<string name="sort_by_episode_number">By episode number</string>
|
||||
<plurals name="download_amount_anime">
|
||||
<item quantity="one">Next episode</item>
|
||||
<item quantity="other">Next episodes</item>
|
||||
<item quantity="other">Next %d episodes</item>
|
||||
</plurals>
|
||||
<string name="download_unseen">Unseen</string>
|
||||
<string name="confirm_delete_episodes">Are you sure you want to delete the selected episodes?</string>
|
||||
|
|
Loading…
Reference in a new issue