зеркало из https://github.com/mozilla/gecko-dev.git
Fix Bug 318680 'Organisation' should be spelled 'Organization' in the alert for empty fields in Address Book (thunderbird version) r/sr=mscott
This commit is contained in:
Родитель
61296baafe
Коммит
fdcb6ba927
|
@ -488,7 +488,7 @@ function CheckCardRequiredDataPresence(doc)
|
||||||
{
|
{
|
||||||
// Bug 314995 We require at least one of the following fields to be
|
// Bug 314995 We require at least one of the following fields to be
|
||||||
// filled in: email address, first name, last name, display name,
|
// filled in: email address, first name, last name, display name,
|
||||||
// organisation (company name).
|
// organization (company name).
|
||||||
var primaryEmail = doc.getElementById("PrimaryEmail");
|
var primaryEmail = doc.getElementById("PrimaryEmail");
|
||||||
if (primaryEmail.textLength == 0 &&
|
if (primaryEmail.textLength == 0 &&
|
||||||
doc.getElementById("FirstName").textLength == 0 &&
|
doc.getElementById("FirstName").textLength == 0 &&
|
||||||
|
|
|
@ -56,7 +56,7 @@ editVCardTitle=Edit vCard
|
||||||
editVCardTitleWithDisplayName=Edit vCard for %S
|
editVCardTitleWithDisplayName=Edit vCard for %S
|
||||||
|
|
||||||
## LOCALIZATION NOTE (cardRequiredDataMissingMessage): do not localize \n
|
## LOCALIZATION NOTE (cardRequiredDataMissingMessage): do not localize \n
|
||||||
cardRequiredDataMissingMessage=You must enter at least one of the following items:\nEmail Address, First Name, Last Name, Display Name, Organisation.
|
cardRequiredDataMissingMessage=You must enter at least one of the following items:\nEmail Address, First Name, Last Name, Display Name, Organization.
|
||||||
cardRequiredDataMissingTitle=Required Information Missing
|
cardRequiredDataMissingTitle=Required Information Missing
|
||||||
incorrectEmailAddressFormatMessage=The primary e-mail address must be of the form user@host.
|
incorrectEmailAddressFormatMessage=The primary e-mail address must be of the form user@host.
|
||||||
incorrectEmailAddressFormatTitle=Incorrect Email Address Format
|
incorrectEmailAddressFormatTitle=Incorrect Email Address Format
|
||||||
|
|
Загрузка…
Ссылка в новой задаче