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:03:04 +01:00
parent 763047bfb1
commit 55fdd59f65
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ NotifyFilter::MailboxSynchronized(status_t status)
if ((fStrategy & NOTIFY_ALERT) != 0) {
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."));
BString text;

View File

@ -957,7 +957,7 @@ MainWindow::_BulkLoadProcessCoordinatorFinished(
B_TRANSLATE("Package Update Error"),
B_TRANSLATE("While updating package data, a problem has arisen "
"that may cause data to be outdated or missing from the "
"application's display. Additional details regarding this "
"application's display. Additional details regarding this "
"problem may be able to be obtained from the application "
"logs."));
}