From fdcb6ba927d0c390f3ef0fbd5a82a0d2576d8dbb Mon Sep 17 00:00:00 2001 From: "bugzilla%standard8.demon.co.uk" Date: Fri, 2 Dec 2005 13:56:27 +0000 Subject: [PATCH] Fix Bug 318680 'Organisation' should be spelled 'Organization' in the alert for empty fields in Address Book (thunderbird version) r/sr=mscott --- mail/components/addrbook/content/abCardOverlay.js | 2 +- .../en-US/chrome/messenger/addressbook/addressBook.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/components/addrbook/content/abCardOverlay.js b/mail/components/addrbook/content/abCardOverlay.js index 3c5f6f1e73f3..fdaae2300f73 100644 --- a/mail/components/addrbook/content/abCardOverlay.js +++ b/mail/components/addrbook/content/abCardOverlay.js @@ -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 && diff --git a/mail/locales/en-US/chrome/messenger/addressbook/addressBook.properties b/mail/locales/en-US/chrome/messenger/addressbook/addressBook.properties index 7b53aa67dc4a..5ca2ad73d47d 100644 --- a/mail/locales/en-US/chrome/messenger/addressbook/addressBook.properties +++ b/mail/locales/en-US/chrome/messenger/addressbook/addressBook.properties @@ -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