use val instead of val, make sentence more natural

This commit is contained in:
bopol 2020-03-18 18:42:47 +01:00 committed by Mauricio Colli
parent 0ae4d1369d
commit 85e16afaa0
4 changed files with 8 additions and 8 deletions

View file

@ -625,8 +625,8 @@
<string name="feed_group_dialog_select_subscriptions">Select subscriptions</string>
<string name="feed_group_dialog_empty_selection">No subscription selected</string>
<plurals name="feed_group_dialog_selection_count">
<item quantity="one">Selected: %d</item>
<item quantity="other">Selected: %d</item>
<item quantity="one">%d selected</item>
<item quantity="other">%d selected</item>
</plurals>
<string name="feed_group_dialog_empty_name">Empty group name</string>
<string name="feed_group_dialog_name_input">Name</string>