From: toyomoyo Date: Mon, 13 Mar 2006 06:09:44 +0000 (+0000) Subject: changed a string X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7b07bc55536216d15f25911dda93e3d4930ab317;p=moodle.git changed a string --- diff --git a/user/tabs.php b/user/tabs.php index bd9723392d..42e6f6f10d 100644 --- a/user/tabs.php +++ b/user/tabs.php @@ -34,7 +34,7 @@ get_string('participants')); $toprow[] = new tabobject('blogs', $CFG->wwwroot.'/blog/index.php?filtertype=site&', - get_string('blogs')); + get_string('blogs','blog')); } /************************************** @@ -50,7 +50,7 @@ $toprow[] = new tabobject('participants', $CFG->wwwroot.'/user/index.php?id='.$filterselect.'&group=0', get_string('participants')); //the groupid hack is necessary, otherwise the group in the session willbe used - $toprow[] = new tabobject('blogs', $CFG->wwwroot.'/blog/index.php?filtertype=course&filterselect='.$filterselect, get_string('blogs')); + $toprow[] = new tabobject('blogs', $CFG->wwwroot.'/blog/index.php?filtertype=course&filterselect='.$filterselect, get_string('blogs','blog')); } /************************************** @@ -67,7 +67,7 @@ get_string('participants')); - $toprow[] = new tabobject('blogs', $CFG->wwwroot.'/blog/index.php?filtertype=group&filterselect='.$filterselect, get_string('blogs')); + $toprow[] = new tabobject('blogs', $CFG->wwwroot.'/blog/index.php?filtertype=group&filterselect='.$filterselect, get_string('blogs','blog')); } /********************************************************************* @@ -77,7 +77,7 @@ print_heading(''); $toprow[] = new tabobject('blogs', $CFG->wwwroot.'/blog/index.php?filtertype=site&', - get_string('blogs')); + get_string('blogs','blog')); /************************************** * User Level participation or Blogs *