From: Craig Andrews Date: Sun, 10 Jan 2010 00:04:01 +0000 (-0500) Subject: i18n in the imap plugin X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a07d8dab256d7841c3695267bdfe7540a0ced4d7;p=quix0rs-gnu-social.git i18n in the imap plugin --- diff --git a/plugins/Imap/imapdaemon.php b/plugins/Imap/imapdaemon.php index a45c603cec..7e60e13763 100755 --- a/plugins/Imap/imapdaemon.php +++ b/plugins/Imap/imapdaemon.php @@ -117,7 +117,7 @@ class IMAPMailHandler extends MailHandler { $this->log(LOG_INFO, "Error: $from $msg"); $headers['To'] = $from; - $headers['Subject'] = "Error"; + $headers['Subject'] = _m('Error'); return mail_send(array($from), $headers, $msg); }