From: dongsheng Date: Fri, 18 Apr 2008 02:29:40 +0000 (+0000) Subject: MDL-8566, add lang string in HEAD, see tracker X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=43f4deee43770ca8cf773f1944c6b34aee3f5da7;p=moodle.git MDL-8566, add lang string in HEAD, see tracker --- diff --git a/blog/lib.php b/blog/lib.php index ce585ebdf3..3cf649d025 100755 --- a/blog/lib.php +++ b/blog/lib.php @@ -239,7 +239,7 @@ echo '| '.$strdelete.' | '; } - echo 'Permlink'; + echo ''.get_string('permlink', 'blog').''; echo ''; diff --git a/lang/en_utf8/blog.php b/lang/en_utf8/blog.php index 51a2c1afc5..c59783f9b8 100755 --- a/lang/en_utf8/blog.php +++ b/lang/en_utf8/blog.php @@ -34,6 +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['personalblogs'] = 'Users can only see their own blog'; $string['publishto'] = 'Publish to'; $string['publishtonoone'] = 'Yourself (draft)';