From be0f5c86d4f5def1e9aaaa1b11547b4b85eceb3b Mon Sep 17 00:00:00 2001 From: "jshin%mailaps.org" Date: Thu, 24 Feb 2005 08:31:32 +0000 Subject: [PATCH] bug 249530 : taking care of mscott's comment about the UI string and bienvenu's review comment I missed in the previous check-in (getting rid of a debug print-out) git-svn-id: svn://10.0.0.236/trunk@169763 18797224-902f-48f8-a5cc-f745e15eee43 --- .../chrome/messenger/messengercompose/composeMsgs.properties | 2 +- .../compose/resources/locale/en-US/composeMsgs.properties | 2 +- mozilla/mailnews/compose/src/nsMsgSend.cpp | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/mozilla/mail/locales/en-US/chrome/messenger/messengercompose/composeMsgs.properties b/mozilla/mail/locales/en-US/chrome/messenger/messengercompose/composeMsgs.properties index c68cd51b053..90085fd6a88 100644 --- a/mozilla/mail/locales/en-US/chrome/messenger/messengercompose/composeMsgs.properties +++ b/mozilla/mail/locales/en-US/chrome/messenger/messengercompose/composeMsgs.properties @@ -184,7 +184,7 @@ noIdentities=You don't have any email identities yet. Create one with the Accou 12551=Posting message... ## @name NS_ERROR_MSG_MULTILINGUAL_SEND -12553=The message you composed contains characters not found in the selected Character Encoding. While you can choose a different Character Encoding by returning to the composer window, it is usually safe to use Unicode (UTF-8) for mail. If you just send in the current Character Encoding, be aware that those not covered by the current Character Encoding will be turned to question marks and illegible by the recipient. +12553=The message you composed contains characters not found in the selected Character Encoding. While you can choose a different Character Encoding, it is usually safe to use Unicode (UTF-8) for mail. If you just send in the current Character Encoding, be aware that those not covered by the current Character Encoding will be turned to question marks and illegible by the recipient. sendInUTF8=Send in UTF-8 sendAnyway=Send anyway diff --git a/mozilla/mailnews/compose/resources/locale/en-US/composeMsgs.properties b/mozilla/mailnews/compose/resources/locale/en-US/composeMsgs.properties index 5f64f84aa65..642d402d8dd 100644 --- a/mozilla/mailnews/compose/resources/locale/en-US/composeMsgs.properties +++ b/mozilla/mailnews/compose/resources/locale/en-US/composeMsgs.properties @@ -184,7 +184,7 @@ noIdentities=You don't have any email identities yet. Create one with the Accou 12551=Posting message... ## @name NS_ERROR_MSG_MULTILINGUAL_SEND -12553=The message you composed contains characters not found in the selected Character Encoding. While you can choose a different Character Encoding by returning to the composer window, it is usually safe to use Unicode (UTF-8) for mail. If you just send in the current Character Encoding, be aware that those not covered by the current Character Encoding will be turned to question marks and illegible by the recipient. +12553=The message you composed contains characters not found in the selected Character Encoding. While you can choose a different Character Encoding, it is usually safe to use Unicode (UTF-8) for mail. If you just send in the current Character Encoding, be aware that those not covered by the current Character Encoding will be turned to question marks and illegible by the recipient. sendInUTF8=Send in UTF-8 sendAnyway=Send anyway diff --git a/mozilla/mailnews/compose/src/nsMsgSend.cpp b/mozilla/mailnews/compose/src/nsMsgSend.cpp index f7a6d051a1c..589d0d6f8cd 100644 --- a/mozilla/mailnews/compose/src/nsMsgSend.cpp +++ b/mozilla/mailnews/compose/src/nsMsgSend.cpp @@ -1768,7 +1768,6 @@ nsMsgComposeAndSend::GetBodyFromEditor() if (NS_ERROR_UENC_NOMAPPING == rv) { PRBool needToCheckCharset; mCompFields->GetNeedToCheckCharset(&needToCheckCharset); - printf("need to check charset=%d\n", needToCheckCharset); if (needToCheckCharset) { nsCOMPtr prompt; GetDefaultPrompt(getter_AddRefs(prompt));