echo '| <a href="'.$CFG->wwwroot.'/blog/edit.php?action=delete&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>';
$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)';