]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-8566, replace permlink with permalink
authordongsheng <dongsheng>
Tue, 22 Apr 2008 05:21:47 +0000 (05:21 +0000)
committerdongsheng <dongsheng>
Tue, 22 Apr 2008 05:21:47 +0000 (05:21 +0000)
blog/lib.php
lang/en_utf8/blog.php

index 3cf649d02511f4de3c61e3227471f0b2d5bb0c2f..ba76e2b99f04117432485c022deae0042a4338b2 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.'">'.get_string('permlink', 'blog').'</a>';
+        echo '<a href="'.$CFG->wwwroot.'/blog/index.php?postid='.$blogEntry->id.'">'.get_string('permalink', 'blog').'</a>';
 
         echo '</div>';
 
index c59783f9b80fb8806abef776e44f03733e88e62a..1802ef612a024e8ee93b001231f17cbb2610aee2 100755 (executable)
@@ -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)';