From: Gunnar Wrobel Date: Sun, 5 Dec 2010 14:29:52 +0000 (+0100) Subject: Typo. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=54e6403bf18ebd459521bbd604322357dfb2c1da;p=horde.git Typo. --- diff --git a/imp/lib/Auth.php b/imp/lib/Auth.php index c6f4fda52..078312e55 100644 --- a/imp/lib/Auth.php +++ b/imp/lib/Auth.php @@ -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: