]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
i18n in the imap plugin
authorCraig Andrews <candrews@integralblue.com>
Sun, 10 Jan 2010 00:04:01 +0000 (19:04 -0500)
committerCraig Andrews <candrews@integralblue.com>
Sun, 10 Jan 2010 00:04:53 +0000 (19:04 -0500)
plugins/Imap/imapdaemon.php

index a45c603cec1ec9a3b298fb97989a0120d3f13968..7e60e137632cf06fe346cc1584880d522d8a90fd 100755 (executable)
@@ -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);
     }