- $this->ERROR = _("POP3 pass:") . ' ' . _("Authentication failed...
[squirrelmail.git] / plugins / mail_fetch / class.POP3.php
index 1cc569e428d24dac66faf6f29f9a672555bb7401..28daed7c090574dd98ef07a9d34734ae96cc58da 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 {