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

@ -538,7 +538,7 @@ otevření ve vyskakovacím okně</string>
<string name="enable_lock_screen_video_thumbnail_summary">Při použití přehrávače na pozadí se náhled videa ukáže na zamknuté obrazovce</string>
<string name="clear_download_history">Smazat historii stahování</string>
<string name="delete_downloaded_files">Smazat stažené soubory</string>
<string name="deleted_downloads">Smazat %1$s stahování</string>
<string name="deleted_downloads">Smazat %1$d stahování</string>
<string name="permission_display_over_apps">Souhlasit se zobrazením přes jiné aplikace</string>
<string name="app_language_title">Jazyk aplikace</string>
<string name="systems_language">Jazyk systému</string>