summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-04-29 21:03:02 +0200
committerByteHamster <info@bytehamster.com>2020-04-29 21:03:02 +0200
commit46ddcf3c49f6fc278530c4d73b076e79d5a9c993 (patch)
treece83c8636d337397cce8eeaaa0ac7e1788d6935c /core
parent8c9e78a41705def165b8baf480fb4986b1d05603 (diff)
downloadAntennaPod-46ddcf3c49f6fc278530c4d73b076e79d5a9c993.zip
Allow plural of 'x selected' string
Diffstat (limited to 'core')
-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 efd7d698a..2a07fd6f2 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 -->