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:
bugzilla%standard8.demon.co.uk 2005-12-02 13:56:27 +00:00
Родитель fbb091853f
Коммит 57af89b3b6
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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