From: philippe_mingo Date: Sun, 10 Feb 2002 00:00:06 +0000 (+0000) Subject: Translation of the Read: subject X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=54817114a34450766c7d5967fbc409b4136de8a6;hp=b3837b0f2505e7d24304a0bb121fc5e3d06116b2 Translation of the Read: subject git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2403 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- 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) ); }