Translation of the Read: subject
[squirrelmail.git] / src / read_body.php
index 66d968da6fcb526e10fbccd825e5abb0f012038b..0aa2c9ef5b46366ec484ab9e161a3f671532bef6 100644 (file)
@@ -221,7 +221,7 @@ function SendMDN ( $recipient , $sender) {
     $MDN_to = trim($recipient);
     $reply_id = 0;
 
     $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) );
 }
 
 
 }