Merge pull request #5878 from SpinHit/spinhit/addingDeleteConfirmation

Add a confirmation button when deleting all files in downloader
This commit is contained in:
litetex 2022-03-15 21:49:46 +01:00 committed by GitHub
commit f47f2d13fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 8 deletions

View file

@ -579,6 +579,7 @@
<string name="clear_download_history">Clear download history</string>
<string name="confirm_prompt">Do you want to clear your download history or delete all downloaded files?</string>
<string name="delete_downloaded_files">Delete downloaded files</string>
<string name="delete_downloaded_files_confirm">Erase all downloaded files from disk?</string>
<plurals name="deleted_downloads_toast">
<item quantity="one">Deleted %1$s download</item>
<item quantity="other">Deleted %1$s downloads</item>