From 54817114a34450766c7d5967fbc409b4136de8a6 Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Sun, 10 Feb 2002 00:00:06 +0000 Subject: [PATCH] Translation of the Read: subject git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2403 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/read_body.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ); } -- 2.25.1