summaryrefslogtreecommitdiff
path: root/core/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorPatrick Kennedy <patrickken@gmail.com>2020-10-04 19:18:45 +0100
committerGitHub <noreply@github.com>2020-10-04 20:18:45 +0200
commit449880287bcd87f9059838ec29447c56823104de (patch)
tree98e0a371413de41c96906affab59c9601ee3e602 /core/src/main/res/values/strings.xml
parent0de1cbad2f75e1ea2e7c1e18ae836a4f96d0943f (diff)
downloadAntennaPod-449880287bcd87f9059838ec29447c56823104de.zip
Add plural default resource for download_report_content string. (#4492)
Diffstat (limited to 'core/src/main/res/values/strings.xml')
-rw-r--r--core/src/main/res/values/strings.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index 4cf301530..23c812f17 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -248,7 +248,10 @@
</plurals>
<string name="downloads_processing">Processing downloads</string>
<string name="download_notification_title">Downloading podcast data</string>
- <string name="download_report_content">%1$d downloads succeeded, %2$d failed</string>
+ <plurals name="download_report_content">
+ <item quantity="one">%d download succeeded, %d failed</item>
+ <item quantity="other">%d downloads succeeded, %d failed</item>
+ </plurals>
<string name="download_log_title_unknown">Unknown Title</string>
<string name="download_type_feed">Feed</string>
<string name="download_type_media">Media file</string>