summaryrefslogtreecommitdiff
path: root/core/src/main/res
diff options
context:
space:
mode:
authorH. Lehmann <ByteHamster@users.noreply.github.com>2020-05-01 12:43:08 +0200
committerGitHub <noreply@github.com>2020-05-01 12:43:08 +0200
commitd6d8ec43e1d061dbe04d98f3d53625dda75762e1 (patch)
tree5919f55a24287c5b3cd3dcbf96d56d295a9f25bf /core/src/main/res
parent6aa4a9c091196db15a019c24f090ccc1986f91a1 (diff)
parentb870c233eed3e2ea085d41daf4c099f20b9794d4 (diff)
downloadAntennaPod-d6d8ec43e1d061dbe04d98f3d53625dda75762e1.zip
Merge branch 'develop' into develop
Diffstat (limited to 'core/src/main/res')
-rw-r--r--core/src/main/res/values/strings.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index 40ef88440..7b011159b 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -116,7 +116,9 @@
<item quantity="one">1 day after finishing</item>
<item quantity="other">%d days after finishing</item>
</plurals>
- <string name="num_selected_label">%d selected</string>
+ <plurals name="num_selected_label">
+ <item quantity="other">%d selected</item>
+ </plurals>
<string name="loading_more">Loading moreā€¦</string>
<!-- Actions on feeds -->