From 59a7100ccf6a121a6e03b367f819b4f57229eead Mon Sep 17 00:00:00 2001 From: martin Date: Sun, 8 Sep 2002 05:29:00 +0000 Subject: [PATCH] Clarified the "participants" link ... --- course/social.php | 2 +- course/topics.php | 2 +- course/weeks.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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) { -- 2.39.5