mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 08:39:22 +01:00
Pluralize groups in common.
This commit is contained in:
committed by
Greyson Parrelli
parent
3988b46a60
commit
bb52e7159c
@@ -1897,7 +1897,10 @@
|
||||
<!-- Notice when a user is not a connection to review requests carefully -->
|
||||
<string name="AboutSheet__review_requests_carefully">Review requests carefully</string>
|
||||
<!-- Text used when user has groups in common. Placeholder is the count -->
|
||||
<string name="AboutSheet__d_groups_in_common">%1$d groups in common</string>
|
||||
<plurals name="AboutSheet__d_groups_in">
|
||||
<item quantity="one">%1$d group in common</item>
|
||||
<item quantity="other">%1$d groups in common</item>
|
||||
</plurals>
|
||||
<!-- Text displayed in title for external recipients -->
|
||||
<string name="AboutSheet__about">About</string>
|
||||
<!-- Text displayed in title for you -->
|
||||
|
||||
Reference in New Issue
Block a user