From: martin Date: Sun, 8 Sep 2002 05:29:00 +0000 (+0000) Subject: Clarified the "participants" link ... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=59a7100ccf6a121a6e03b367f819b4f57229eead;p=moodle.git Clarified the "participants" link ... --- diff --git a/course/social.php b/course/social.php index c5958048fe..7bf1ab9946 100644 --- a/course/social.php +++ b/course/social.php @@ -11,7 +11,7 @@ cellheading"); - $moddata[]="id\">".get_string("listofallpeople").""; + $moddata[]="id\">".get_string("participants").""; $modicon[]="\"\""; $editmyprofile = "id&course=$course->id\">". get_string("editmyprofile").""; diff --git a/course/topics.php b/course/topics.php index 39535e39ea..132ef29986 100644 --- a/course/topics.php +++ b/course/topics.php @@ -46,7 +46,7 @@ $blinker = " *"; print_simple_box(get_string("people"), $align="CENTER", $width="100%", $color="$THEME->cellheading"); - $moddata[]="id\">".get_string("listofallpeople").""; + $moddata[]="id\">".get_string("participants").""; $modicon[]="\"\""; $editmyprofile = "id&course=$course->id\">".get_string("editmyprofile").""; if ($USER->description) { diff --git a/course/weeks.php b/course/weeks.php index d926199281..1b80504203 100644 --- a/course/weeks.php +++ b/course/weeks.php @@ -33,7 +33,7 @@ // Links to people print_simple_box(get_string("people"), $align="CENTER", $width="100%", $color="$THEME->cellheading"); - $moddata[]="id\">".get_string("listofallpeople").""; + $moddata[]="id\">".get_string("participants").""; $modicon[]="\"\""; $editmyprofile = "id&course=$course->id\">".get_string("editmyprofile").""; if ($USER->description) {