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 6ab45d16b9
commit 36a026e252
36 changed files with 36 additions and 36 deletions

View file

@ -535,7 +535,7 @@
<string name="enable_lock_screen_video_thumbnail_summary">Podczas korzystania z odtwarzacza w tle na ekranie blokady wyświetlana jest miniatura filmu</string>
<string name="clear_download_history">Wyczyść historię pobierania</string>
<string name="delete_downloaded_files">Usuń pobrane pliki</string>
<string name="deleted_downloads">Usunięte %1$s pobrania</string>
<string name="deleted_downloads">Usunięte %1$d pobrania</string>
<string name="permission_display_over_apps">Zezwól na wyświetlanie w innych aplikacjach</string>
<string name="app_language_title">Język aplikacji</string>
<string name="systems_language">Domyślny systemu</string>