+ $this->ERROR = _("POP3 pass:") . ' ' . _("Authentication failed") . " [$reply]";
Reusing string from smtp delivery class
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10399
7612ce4b-ef26-0410-bec9-
ea0150e637f0
} 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 {