Typo.
authorGunnar Wrobel <p@rdus.de>
Sun, 5 Dec 2010 14:29:52 +0000 (15:29 +0100)
committerGunnar Wrobel <p@rdus.de>
Sun, 5 Dec 2010 14:29:52 +0000 (15:29 +0100)
imp/lib/Auth.php

index c6f4fda..078312e 100644 (file)
@@ -116,7 +116,7 @@ class IMP_Auth
 
             case Horde_Imap_Client_Exception::LOGIN_UNAVAILABLE:
                 $code = Horde_Auth::REASON_MESSAGE;
-                $e = _("Remove server is down. Please try again later.");
+                $e = _("Remote server is down. Please try again later.");
                 break;
 
             case Horde_Imap_Client_Exception::LOGIN_NOAUTHMETHOD: