]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-8566, add lang string in HEAD, see tracker
authordongsheng <dongsheng>
Fri, 18 Apr 2008 02:29:40 +0000 (02:29 +0000)
committerdongsheng <dongsheng>
Fri, 18 Apr 2008 02:29:40 +0000 (02:29 +0000)
blog/lib.php
lang/en_utf8/blog.php

index ce585ebdf39be8e7635136138a72c0bc501982e3..3cf649d02511f4de3c61e3227471f0b2d5bb0c2f 100755 (executable)
             echo '| <a href="'.$CFG->wwwroot.'/blog/edit.php?action=delete&amp;id='.$blogEntry->id.'">'.$strdelete.'</a> | ';
         }
 
-        echo '<a href="'.$CFG->wwwroot.'/blog/index.php?postid='.$blogEntry->id.'">Permlink</a>';
+        echo '<a href="'.$CFG->wwwroot.'/blog/index.php?postid='.$blogEntry->id.'">'.get_string('permlink', 'blog').'</a>';
 
         echo '</div>';
 
index 51a2c1afc533e6258efbdf5b5e84fb8d6307734c..c59783f9b80fb8806abef776e44f03733e88e62a 100755 (executable)
@@ -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)';