From: dongsheng Date: Tue, 22 Apr 2008 05:21:47 +0000 (+0000) Subject: MDL-8566, replace permlink with permalink X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a814fc665119275cfbaeb6fb11c49010eaa9782f;p=moodle.git MDL-8566, replace permlink with permalink --- diff --git a/blog/lib.php b/blog/lib.php index 3cf649d025..ba76e2b99f 100755 --- a/blog/lib.php +++ b/blog/lib.php @@ -239,7 +239,7 @@ echo '| '.$strdelete.' | '; } - echo ''.get_string('permlink', 'blog').''; + echo ''.get_string('permalink', 'blog').''; echo ''; diff --git a/lang/en_utf8/blog.php b/lang/en_utf8/blog.php index c59783f9b8..1802ef612a 100755 --- a/lang/en_utf8/blog.php +++ b/lang/en_utf8/blog.php @@ -34,7 +34,7 @@ $string['notallowedtoedit'] = 'You are not allowed to edit this entry'; $string['numberofentries'] = 'Entries: $a'; $string['numberoftags'] = 'Number of tags to display'; $string['pagesize'] = 'Number of blog entries per Page'; -$string['permlink'] = 'Permlink'; +$string['permalink'] = 'Permalink'; $string['personalblogs'] = 'Users can only see their own blog'; $string['publishto'] = 'Publish to'; $string['publishtonoone'] = 'Yourself (draft)';