mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-26 22:20:20 +00:00
Fix message notifier plural.
This commit is contained in:
committed by
Alex Hart
parent
36d01477cc
commit
b89f2dd862
@@ -2187,7 +2187,7 @@
|
||||
</plurals>
|
||||
<!-- Text shown in a system notification that is used to summary how many chats have new messages. -->
|
||||
<plurals name="MessageNotifier_d_chats">
|
||||
<item quantity="one">%1$d chats</item>
|
||||
<item quantity="one">%1$d chat</item>
|
||||
<item quantity="other">%1$d chats</item>
|
||||
</plurals>
|
||||
<string name="MessageNotifier_d_new_messages_in_d_conversations">%1$d new messages in %2$d chats</string>
|
||||
|
||||
Reference in New Issue
Block a user