From: moodler Date: Tue, 21 Mar 2006 07:37:12 +0000 (+0000) Subject: Filled in string for blog tags block X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6479f657510ab471068b4208c9b79346d55f0e4a;p=moodle.git Filled in string for blog tags block --- diff --git a/blocks/blog_tags/block_blog_tags.php b/blocks/blog_tags/block_blog_tags.php index 3182098bd7..7d856836b6 100644 --- a/blocks/blog_tags/block_blog_tags.php +++ b/blocks/blog_tags/block_blog_tags.php @@ -2,7 +2,7 @@ class block_blog_tags extends block_base { function init() { - $this->title = get_string('blogtags'); + $this->title = get_string('blogtags', 'blog'); $this->version = 2006032000; } diff --git a/lang/en_utf8/blog.php b/lang/en_utf8/blog.php index 1157f4b827..4770b400cf 100755 --- a/lang/en_utf8/blog.php +++ b/lang/en_utf8/blog.php @@ -4,8 +4,10 @@ $string['addnewentry'] = 'Add a new entry'; $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';