summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2010-01-09 19:04:01 -0500
committerCraig Andrews <candrews@integralblue.com>2010-01-09 19:04:53 -0500
commita07d8dab256d7841c3695267bdfe7540a0ced4d7 (patch)
tree60eaabb085cc80be2ef7b99a0268a499beac9fd2
parent7dde17862a2feeaed63298f250b07e73e1c98a82 (diff)
i18n in the imap plugin
-rwxr-xr-xplugins/Imap/imapdaemon.php2
1 files changed, 1 insertions, 1 deletions
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);
}