From: danmarsden Date: Sun, 21 Dec 2008 21:23:55 +0000 (+0000) Subject: typo:MDL-17720 - thanks Nicolas Martignoni X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4b3f6d8aaf2934de4a36490f6689770f5184902c;p=moodle.git typo:MDL-17720 - thanks Nicolas Martignoni --- diff --git a/lang/en_utf8/blog.php b/lang/en_utf8/blog.php index 1e4cdc0278..2e0a2fb17d 100755 --- a/lang/en_utf8/blog.php +++ b/lang/en_utf8/blog.php @@ -20,7 +20,7 @@ $string['cannotviewcourseorgroupblog'] = 'You do not have the required permissio $string['courseblog'] = 'Course blog: $a'; $string['courseblogdisable'] = 'Course blogs is not enabled'; $string['courseblogs'] = 'Users can only see blogs for people who share a course'; -$strign['donothaveblog'] = 'You do not have your own blog, sorry.'; +$string['donothaveblog'] = 'You do not have your own blog, sorry.'; $string['deleteotagswarn'] = 'Are you sure you want to remove this / these tags
from all blog posts and remove it from the system?'; $string['deleteposterror'] = 'Error occured while deleting post'; $string['disableblogs'] = 'Disable blog system completely';