X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=src%2Fread_body.php;h=0aa2c9ef5b46366ec484ab9e161a3f671532bef6;hp=66d968da6fcb526e10fbccd825e5abb0f012038b;hb=54817114a34450766c7d5967fbc409b4136de8a6;hpb=b3837b0f2505e7d24304a0bb121fc5e3d06116b2 diff --git a/src/read_body.php b/src/read_body.php index 66d968da..0aa2c9ef 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -221,7 +221,7 @@ function SendMDN ( $recipient , $sender) { $MDN_to = trim($recipient); $reply_id = 0; - return (SendMessage($MDN_to,'','',"Read: $subject", $body,$reply_id, True, 3) ); + return (SendMessage($MDN_to,'','', _("Read:") . ' ' . $subject, $body,$reply_id, True, 3) ); }