From a07d8dab256d7841c3695267bdfe7540a0ced4d7 Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Sat, 9 Jan 2010 19:04:01 -0500 Subject: i18n in the imap plugin --- plugins/Imap/imapdaemon.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Imap') diff --git a/plugins/Imap/imapdaemon.php b/plugins/Imap/imapdaemon.php index a45c603ce..7e60e1376 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); } -- cgit v1.2.3-54-g00ecf