summaryrefslogtreecommitdiff
path: root/core/src/main
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2020-12-15 22:46:08 +0100
committerGitHub <noreply@github.com>2020-12-15 22:46:08 +0100
commit540656f61c47e9ae0afd8f17e87fad516b04d028 (patch)
treeba06e9716c63ed66cdd2773ba6d69f0e75745d16 /core/src/main
parentf2c26b11c6896a29519c2eb8166ee6e25f9bdd8d (diff)
parent6ef80bd69eb19a4193b60ee40c729107ce6c8e73 (diff)
downloadAntennaPod-540656f61c47e9ae0afd8f17e87fad516b04d028.zip
Merge pull request #4762 from ByteHamster/parallel-downloads
Added number to parallel downloads string
Diffstat (limited to 'core/src/main')
-rw-r--r--core/src/main/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index df2231da9..2f00ebf89 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -107,7 +107,7 @@
<string name="feed_volume_reduction_off">Off</string>
<string name="feed_volume_reduction_light">Light</string>
<string name="feed_volume_reduction_heavy">Heavy</string>
- <string name="parallel_downloads_suffix">\u0020parallel downloads</string>
+ <string name="parallel_downloads">%1$d parallel downloads</string>
<string name="feed_auto_download_global">Global default</string>
<string name="feed_auto_download_always">Always</string>
<string name="feed_auto_download_never">Never</string>