Remove "Download complete" notification

It wasn't really consistent with other notifications considering there's no
action to be taken in this state.
This commit is contained in:
arkon
2022-11-10 23:03:47 -05:00
parent c6c4c1c393
commit a0f49b16c5
5 changed files with 4 additions and 58 deletions

View File

@ -868,8 +868,7 @@
<string name="download_notifier_unknown_error">Could not download chapter due to unexpected error</string>
<string name="download_notifier_text_only_wifi">No Wi-Fi connection available</string>
<string name="download_notifier_no_network">No network connection available</string>
<string name="download_notifier_download_paused">Download paused</string>
<string name="download_notifier_download_finish">Download completed</string>
<string name="download_notifier_download_paused">Downloads paused</string>
<string name="download_notifier_split_page_not_found">Page %d not found while splitting</string>
<string name="download_notifier_split_page_path_not_found">Couldn\'t find file path of page %d</string>
<string name="download_notifier_split_failed">Couldn\'t split downloaded image</string>