From 54e6403bf18ebd459521bbd604322357dfb2c1da Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel
Date: Sun, 5 Dec 2010 15:29:52 +0100 Subject: [PATCH] Typo. --- imp/lib/Auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.11.0