unifying some strings. reduces number of translations
[squirrelmail.git] / plugins / mail_fetch / class.POP3.php
index 3b0f13f4c836f3dc82f00ed0e1a8a9b2df0430f2..1cc569e428d24dac66faf6f29f9a672555bb7401 100644 (file)
@@ -145,7 +145,7 @@ class POP3 {
         } else {
             $reply = $this->send_cmd("PASS $pass");
             if(!$this->is_ok($reply)) {
-                $this->ERROR = _("POP3 pass:") . ' ' . _("authentication failed ") . "[$reply]";
+                $this->ERROR = _("POP3 pass:") . ' ' . _("Authentication failed ") . "[$reply]";
                 $this->quit();
                 return false;
             } else {