diff --git a/blog/lib.php b/blog/lib.php index 3ce7df2069bfb..0946cdbcdef57 100755 --- a/blog/lib.php +++ b/blog/lib.php @@ -239,7 +239,7 @@ function blog_print_entry($blogEntry, $viewtype='full', $filtertype='', $filters 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 c59783f9b80fb..1802ef612a024 100755 --- a/lang/en_utf8/blog.php +++ b/lang/en_utf8/blog.php @@ -34,7 +34,7 @@ $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)';