Use %1$d instead of %1$s in deleted_downloads string

We don't pass a String, but an Integer
This commit is contained in:
TobiGr 2020-07-11 21:46:27 +02:00
parent 085f0266ac
commit c2a012553d
36 changed files with 36 additions and 36 deletions

View file

@ -585,7 +585,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="deleted_downloads">Deleted %1$s downloads</string>
<string name="deleted_downloads">Deleted %1$d downloads</string>
<string name="stop">Stop</string>
<string name="max_retry_msg">Maximum retries</string>
<string name="max_retry_desc">Maximum number of attempts before canceling the download</string>