i18n in the imap plugin

This commit is contained in:
Craig Andrews 2010-01-09 19:04:01 -05:00
parent 7dde17862a
commit a07d8dab25

View File

@ -117,7 +117,7 @@ class IMAPMailHandler extends MailHandler
{ {
$this->log(LOG_INFO, "Error: $from $msg"); $this->log(LOG_INFO, "Error: $from $msg");
$headers['To'] = $from; $headers['To'] = $from;
$headers['Subject'] = "Error"; $headers['Subject'] = _m('Error');
return mail_send(array($from), $headers, $msg); return mail_send(array($from), $headers, $msg);
} }