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:
Родитель
fbb091853f
Коммит
57af89b3b6
|
@ -488,7 +488,7 @@ function CheckCardRequiredDataPresence(doc)
|
|||
{
|
||||
// Bug 314995 We require at least one of the following fields to be
|
||||
// filled in: email address, first name, last name, display name,
|
||||
// organisation (company name).
|
||||
// organization (company name).
|
||||
var primaryEmail = doc.getElementById("PrimaryEmail");
|
||||
if (primaryEmail.textLength == 0 &&
|
||||
doc.getElementById("FirstName").textLength == 0 &&
|
||||
|
|
|
@ -56,7 +56,7 @@ editVCardTitle=Edit vCard
|
|||
editVCardTitleWithDisplayName=Edit vCard for %S
|
||||
|
||||
## 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
|
||||
incorrectEmailAddressFormatMessage=The primary e-mail address must be of the form user@host.
|
||||
incorrectEmailAddressFormatTitle=Incorrect Email Address Format
|
||||
|
|
Загрузка…
Ссылка в новой задаче