Merge "Fix string formatting mistake that put "new" outside its <item /> block."

This commit is contained in:
Eric Fischer 2010-10-28 10:09:42 -07:00 committed by Android (Google) Code Review
commit 07f06fd9ad
1 changed files with 2 additions and 2 deletions

View File

@ -181,8 +181,8 @@
used when only one account is set up.
"num_new_message" will be replaced with the number of new messages. [CHAR LIMIT=none] -->
<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="other"><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> new</item>
</plurals>
<!-- "new message" notification body for the number of new messages,