Translation of the Read: subject
authorphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 10 Feb 2002 00:00:06 +0000 (00:00 +0000)
committerphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 10 Feb 2002 00:00:06 +0000 (00:00 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2403 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/read_body.php

index 66d968da6fcb526e10fbccd825e5abb0f012038b..0aa2c9ef5b46366ec484ab9e161a3f671532bef6 100644 (file)
@@ -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) );
 }