i18n: fix minor issues in English strings

Thanks for the reports via Pootle (i18n.haiku-os.org)
This commit is contained in:
Niels Sascha Reedijk
2019-09-01 07:11:35 +01:00
parent 763047bfb1
commit 55fdd59f65
2 changed files with 2 additions and 2 deletions
@@ -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;