Prevent downloads when less than 50MB of disk space is available (closes #1018)

This commit is contained in:
arkon
2020-07-10 12:47:19 -04:00
parent 479eb1ba71
commit 93960315d9
3 changed files with 24 additions and 1 deletions

View File

@@ -584,7 +584,8 @@
<string name="copy">Copy</string>
<!-- Downloads activity and service -->
<string name="download_queue_error">Could not download chapters. You can try again in the downloads section</string>
<string name="download_queue_error">Couldn\'t download chapters. You can try again in the downloads section</string>
<string name="download_insufficient_space">Couldn\'t download chapters due to low disk space</string>
<!-- Library update service notifications -->
<string name="notification_check_updates">Checking for new chapters</string>