Update translator documentation and whitespace.

Update file header comment.
This commit is contained in:
Siebrand Mazeland
2011-04-13 12:41:25 +02:00
parent 03de85ed46
commit 57c28ba4d0
3 changed files with 14 additions and 6 deletions

View File

@@ -27,6 +27,7 @@ class IMAPMailHandler extends MailHandler
{
$this->log(LOG_INFO, "Error: $from $msg");
$headers['To'] = $from;
// TRANS: E-mail subject in case of an error.
$headers['Subject'] = _m('Error');
return mail_send(array($from), $headers, $msg);