Use Integer value directly for formatted string

a
This commit is contained in:
TobiGr 2020-01-13 20:25:32 +01:00
parent 2c8222fd55
commit 3d93ecd6ec
2 changed files with 2 additions and 2 deletions

View file

@ -572,7 +572,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 %s downloads</string>
<string name="deleted_downloads">Deleted %1$s 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>