Fix Bug 318680 'Organisation' should be spelled 'Organization' in the alert for empty fields in Address Book (SeaMonkey version) r=bugzilla@standard8.demon.co.uk,sr=mscott

This commit is contained in:
bugzilla%standard8.demon.co.uk 2005-12-02 13:57:56 +00:00
Родитель fdcb6ba927
Коммит 2433929f4a
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -485,9 +485,9 @@ function CleanUpWebPage(webPage)
// true - All required data are present.
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,
// 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