]> git.mjollnir.org Git - moodle.git/commitdiff
Filled in string for blog tags block
authormoodler <moodler>
Tue, 21 Mar 2006 07:37:12 +0000 (07:37 +0000)
committermoodler <moodler>
Tue, 21 Mar 2006 07:37:12 +0000 (07:37 +0000)
blocks/blog_tags/block_blog_tags.php
lang/en_utf8/blog.php

index 3182098bd7658726fec0bd457ec3ac90e5ac20d9..7d856836b66a3865a072d360bc095184b549ff04 100644 (file)
@@ -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;
     }
 
index 1157f4b827a6614f85bd6f927e5bf608db8ecd9f..4770b400cf7c8d11d97d140919a3034cfd5b14c8 100755 (executable)
@@ -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';