]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-8016 A language string for blog needs to remove "\n".
authorskodak <skodak>
Fri, 29 Dec 2006 20:36:05 +0000 (20:36 +0000)
committerskodak <skodak>
Fri, 29 Dec 2006 20:36:05 +0000 (20:36 +0000)
lang/en_utf8/blog.php

index db66304422c0eb3a53e931136b3362f7d88940d5..be56a0c966bfbd4a44e7859a8232b8a2313c0464 100755 (executable)
@@ -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 <br />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';