From eaef30e776629d46602df1453bce23d4bdc51f17 Mon Sep 17 00:00:00 2001
From: skodak <skodak>
Date: Thu, 15 Mar 2007 12:12:59 +0000
Subject: [PATCH] MDL-8783 fixed incorrect quotes in forum lang file; merged
 from MOODLE_18_STABLE

---
 lang/en_utf8/forum.php | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lang/en_utf8/forum.php b/lang/en_utf8/forum.php
index 092266df51..8971928a8e 100644
--- a/lang/en_utf8/forum.php
+++ b/lang/en_utf8/forum.php
@@ -169,7 +169,9 @@ $string['parentofthispost'] = 'Parent of this post';
 $string['parent'] = 'Show parent';
 $string['postadded'] = '<p>Your post was successfully added.</p> <p>You have $a to edit it if you want to make any changes.</p>';
 $string['postincontext'] = 'See this post in context';
-$string['postmailinfo'] = "This is a copy of a message posted on the $a website.\n\nTo add your reply via the website, click on this link:";
+$string['postmailinfo'] = 'This is a copy of a message posted on the $a website.
+
+To add your reply via the website, click on this link:';
 $string['postmailnow'] = '<p>This post will be mailed out immediately to all forum subscribers.</p>';
 $string['postrating1'] = 'Mostly Separate Knowing';
 $string['postrating2'] = 'Separate and Connected';
-- 
2.39.5