]> git.mjollnir.org Git - moodle.git/commitdiff
typo:MDL-17720 - thanks Nicolas Martignoni
authordanmarsden <danmarsden>
Sun, 21 Dec 2008 21:23:55 +0000 (21:23 +0000)
committerdanmarsden <danmarsden>
Sun, 21 Dec 2008 21:23:55 +0000 (21:23 +0000)
lang/en_utf8/blog.php

index 1e4cdc0278c22e6bd576212b45ccfa0534a0f86e..2e0a2fb17ddb78349f12911462458ba87f48565b 100755 (executable)
@@ -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 <br />from all blog posts and remove it from the system?';
 $string['deleteposterror'] = 'Error occured while deleting post';
 $string['disableblogs'] = 'Disable blog system completely';