class block_blog_tags extends block_base {
function init() {
- $this->title = get_string('blogtags');
+ $this->title = get_string('blogtags', 'blog');
$this->version = 2006032000;
}
$string['addotags'] = 'Add official tags';
$string['addptags'] = 'Add user-defined tags';
$string['blockmenutitle'] = 'Blog menu';
+$string['blog'] = 'Blog';
$string['blogdeleteconfirm'] = 'Delete this blog?';
$string['blogs'] = 'Blogs';
+$string['blogtags'] = 'Blog tags';
$string['blogpreferences'] = 'Blog preferences';
$string['courseblog'] = 'Course blog: $a';
$string['entrybody'] = 'Blog entry body';