Browse Source

Editing made the text bad, fix that.

Thijs Kinkhorst 21 years ago
parent
commit
48437c636d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/login.php

+ 1 - 1
src/login.php

@@ -67,7 +67,7 @@ if($imap_auth_mech == 'login') {
         $string = _("The IMAP server is reporting that plain text logins are disabled.").'<br />'.
         $string = _("The IMAP server is reporting that plain text logins are disabled.").'<br />'.
             _("Using CRAM-MD5 or DIGEST-MD5 authentication instead may work.").'<br />';
             _("Using CRAM-MD5 or DIGEST-MD5 authentication instead may work.").'<br />';
         if (!$use_imap_tls) {
         if (!$use_imap_tls) {
-            $string .= _("The use of TLS may allow SquirrelMail to login.").'<br />';
+            $string .= _("Also, the use of TLS may allow SquirrelMail to login.").'<br />';
         }
         }
         $string .= _("Please contact your system administrator and report this error.");
         $string .= _("Please contact your system administrator and report this error.");
         error_box($string,$color);
         error_box($string,$color);