mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-24 11:27:49 +00:00
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:
parent
61296baafe
commit
fdcb6ba927
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user