Fix string formatting mistake that put "new" outside its <item /> block.
Change-Id: Ibab67771d76c8af9ffecb5f3729808d47a225b1e
This commit is contained in:
parent
87a7f84580
commit
b6fca2da16
@ -181,8 +181,8 @@
|
|||||||
used when only one account is set up.
|
used when only one account is set up.
|
||||||
"num_new_message" will be replaced with the number of new messages. [CHAR LIMIT=none] -->
|
"num_new_message" will be replaced with the number of new messages. [CHAR LIMIT=none] -->
|
||||||
<plurals name="notification_num_new_messages_single_account">
|
<plurals name="notification_num_new_messages_single_account">
|
||||||
<item quantity="one"><xliff:g id="num_new_message">%1$d</xliff:g></item> new
|
<item quantity="one"><xliff:g id="num_new_message">%1$d</xliff:g> new</item>
|
||||||
<item quantity="other"><xliff:g id="num_new_message">%1$d</xliff:g></item> new
|
<item quantity="other"><xliff:g id="num_new_message">%1$d</xliff:g> new</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
|
|
||||||
<!-- "new message" notification body for the number of new messages,
|
<!-- "new message" notification body for the number of new messages,
|
||||||
|
Loading…
Reference in New Issue
Block a user