i18n: fix minor issues in English strings
Thanks for the reports via Pootle (i18n.haiku-os.org)
This commit is contained in:
@@ -78,7 +78,7 @@ NotifyFilter::MailboxSynchronized(status_t status)
|
|||||||
|
|
||||||
if ((fStrategy & NOTIFY_ALERT) != 0) {
|
if ((fStrategy & NOTIFY_ALERT) != 0) {
|
||||||
BStringFormat format(B_TRANSLATE(
|
BStringFormat format(B_TRANSLATE(
|
||||||
"You have {0, plural, one{One new message} other{# new messages}} "
|
"You have {0, plural, one{one new message} other{# new messages}} "
|
||||||
"for %account."));
|
"for %account."));
|
||||||
|
|
||||||
BString text;
|
BString text;
|
||||||
|
|||||||
Reference in New Issue
Block a user