From 8ab91a5b1a5851b5650350ed92b66e3b8170b592 Mon Sep 17 00:00:00 2001 From: skodak Date: Fri, 29 Dec 2006 20:36:05 +0000 Subject: [PATCH] MDL-8016 A language string for blog needs to remove "\n". --- lang/en_utf8/blog.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en_utf8/blog.php b/lang/en_utf8/blog.php index db66304422..be56a0c966 100755 --- a/lang/en_utf8/blog.php +++ b/lang/en_utf8/blog.php @@ -15,7 +15,7 @@ $string['blogs'] = 'Blogs'; $string['blogtags'] = 'Blog Tags'; $string['courseblog'] = 'Course blog: $a'; $string['courseblogs'] = 'Users can only see blogs for people who share a course'; -$string['deleteotagswarn'] = 'Are you sure you want to remove this / these tags \nfrom all blog posts and remove it from the system?'; +$string['deleteotagswarn'] = 'Are you sure you want to remove this / these tags
from all blog posts and remove it from the system?'; $string['disableblogs'] = 'Disable blog system completely'; $string['emptybody'] = 'Blog entry body can not be empty'; $string['emptytitle'] = 'Blog entry title can not be empty'; -- 2.39.5