diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/src/main/res/values/strings.xml | 4 |
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 --> |