]> git.mjollnir.org Git - moodle.git/commitdiff
fix for 5386
authortoyomoyo <toyomoyo>
Mon, 1 May 2006 07:49:28 +0000 (07:49 +0000)
committertoyomoyo <toyomoyo>
Mon, 1 May 2006 07:49:28 +0000 (07:49 +0000)
blocks/blog_tags/block_blog_tags.php
lang/en_utf8/blog.php

index 98fdd93e14b7744d367da5a46a4169d380f83e90..274353bebbb2429724d4e03a3e968ece9e86dcf9 100644 (file)
@@ -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() {
index 1d0bda5b31d09f478eb6a45894583a7517e3ccc1..a99ec8896e3b6764b4afd2eb3400797861c8b42e 100755 (executable)
@@ -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';