From: kink Date: Wed, 18 Aug 2004 22:49:10 +0000 (+0000) Subject: Editing made the text bad, fix that. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=66cc922f09f0a5dbc7736446ebe137c4bc409d4e;p=squirrelmail.git Editing made the text bad, fix that. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7940 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/login.php b/src/login.php index 9709cda1..28c0f241 100644 --- a/src/login.php +++ b/src/login.php @@ -67,7 +67,7 @@ if($imap_auth_mech == 'login') { $string = _("The IMAP server is reporting that plain text logins are disabled.").'
'. _("Using CRAM-MD5 or DIGEST-MD5 authentication instead may work.").'
'; if (!$use_imap_tls) { - $string .= _("The use of TLS may allow SquirrelMail to login.").'
'; + $string .= _("Also, the use of TLS may allow SquirrelMail to login.").'
'; } $string .= _("Please contact your system administrator and report this error."); error_box($string,$color);