summaryrefslogtreecommitdiff
path: root/core/src/main/res
diff options
context:
space:
mode:
authorH. Lehmann <ByteHamster@users.noreply.github.com>2020-05-01 11:33:05 +0200
committerGitHub <noreply@github.com>2020-05-01 11:33:05 +0200
commit5287322a89430b5148801c4604b8dda606ebcdea (patch)
tree1f9bc66450ed48cda4ec72415bbbff0ed77bb0ba /core/src/main/res
parent07636521994b669940d11db6e8142e81f6db4e62 (diff)
parent46ddcf3c49f6fc278530c4d73b076e79d5a9c993 (diff)
downloadAntennaPod-5287322a89430b5148801c4604b8dda606ebcdea.zip
Merge pull request #4088 from ByteHamster/selected-quantity
Allow plural of 'x selected' string
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 -->