From 332135efd001e9a097e8194cd81b5a20aa505f80 Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Mon, 1 May 2006 07:49:28 +0000 Subject: [PATCH] fix for 5386 --- blocks/blog_tags/block_blog_tags.php | 2 +- lang/en_utf8/blog.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/blocks/blog_tags/block_blog_tags.php b/blocks/blog_tags/block_blog_tags.php index 98fdd93e14..274353bebb 100644 --- a/blocks/blog_tags/block_blog_tags.php +++ b/blocks/blog_tags/block_blog_tags.php @@ -15,7 +15,7 @@ if (!defined('BLOG_USER_LEVEL')) { class block_blog_tags extends block_base { function init() { $this->version = 2006032000; - $this->title = get_string('blogtags', 'blog'); + $this->title = get_string('blocktagstitle', 'blog'); } function instance_allow_multiple() { diff --git a/lang/en_utf8/blog.php b/lang/en_utf8/blog.php index 1d0bda5b31..a99ec8896e 100755 --- a/lang/en_utf8/blog.php +++ b/lang/en_utf8/blog.php @@ -3,13 +3,13 @@ $string['addnewentry'] = 'Add a new entry'; $string['addotags'] = 'Add official tags'; $string['addptags'] = 'Add user-defined tags'; -$string['blockmenutitle'] = 'Blog menu'; -$string['blocktagstitle'] = 'Blog tags'; +$string['blockmenutitle'] = 'Blog Menu'; +$string['blocktagstitle'] = 'Blog Tags'; $string['blocktitle'] = 'Blog tags block title'; $string['blog'] = 'Blog'; $string['blogdeleteconfirm'] = 'Delete this blog?'; $string['blogs'] = 'Blogs'; -$string['blogtags'] = 'Blog tags'; +$string['blogtags'] = 'Blog Tags'; $string['blogpreferences'] = 'Blog preferences'; $string['courseblog'] = 'Course blog: $a'; $string['entrybody'] = 'Blog entry body'; -- 2.39.5