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

@ -574,7 +574,7 @@
<string name="max_retry_desc">ഡൗൺലോഡ് റദ്ദാക്കുന്നതിനുമുമ്പ് പരമാവധി ശ്രമങ്ങൾ</string>
<string name="max_retry_msg">പരമാവധി വീണ്ടും ശ്രമിക്കുന്നു</string>
<string name="stop">നിർത്തുക</string>
<string name="deleted_downloads">%1$s ഡൗൺ‌ലോഡുകൾ ഇല്ലാതാക്കി</string>
<string name="deleted_downloads">%1$d ഡൗൺ‌ലോഡുകൾ ഇല്ലാതാക്കി</string>
<string name="delete_downloaded_files">ഡൗൺലോഡ് ചെയ്ത ഫയലുകൾ ഇല്ലാതാക്കുക</string>
<string name="confirm_prompt">നിങ്ങളുടെ ഡൗൺലോഡ് ചരിത്രം മായ്‌ക്കണോ ഡൗൺലോഡ് ചെയ്ത എല്ലാ ഫയലുകളും ഇല്ലാതാക്കണോ\?</string>
<string name="clear_download_history">ഡൗൺലോഡ് ചരിത്രം മായ്‌ക്കുക</string>