From a4a2ee316fbc7f11945f8532889aba3409e4394b Mon Sep 17 00:00:00 2001 From: "scott%scott-macgregor.org" Date: Tue, 15 Mar 2005 19:20:27 +0000 Subject: [PATCH] Bug #286196 --> Thunderbird trunk throws up "String ID 5104" instead of the "This server requires authentication..." text. --- mail/locales/en-US/chrome/messenger/imapMsgs.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mail/locales/en-US/chrome/messenger/imapMsgs.properties b/mail/locales/en-US/chrome/messenger/imapMsgs.properties index 1be870306b2..1931f74ea6f 100644 --- a/mail/locales/en-US/chrome/messenger/imapMsgs.properties +++ b/mail/locales/en-US/chrome/messenger/imapMsgs.properties @@ -445,3 +445,7 @@ reduce the number of cached connections. # Place the word %2$S where the total number of messages should appear. 5103=Copying Message %1$S of %2$S to %3$S + +## @name IMAP_LOGIN_DISABLED +## @loc None +5104=You cannot log in to %S because the server has disabled login. You may need to connect via SSL or TLS. Please check the account settings for your mail server.