MDL-8566, replace permlink with permalink

This commit is contained in:
dongsheng 2008-04-22 05:21:47 +00:00
parent 8d1462fbe1
commit a814fc6651
2 changed files with 2 additions and 2 deletions

View File

@ -239,7 +239,7 @@
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>';

View File

@ -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)';