Merge pull request #18 from revaxarts/master

Language string failed to load: tls
This commit is contained in:
Marcus Bointon 2013-01-12 08:20:49 -08:00
commit 286b274e93
1 changed files with 1 additions and 1 deletions

View File

@ -1064,7 +1064,7 @@ class PHPMailer {
if ($tls) {
if (!$this->smtp->StartTLS()) {
throw new phpmailerException($this->Lang('tls'));
throw new phpmailerException($this->Lang('connect_host'));
}
//We must resend HELO after tls negotiation