]> git.mjollnir.org Git - moodle.git/commitdiff
Slightly more correct terminology on groups menu
authormoodler <moodler>
Tue, 24 Feb 2004 06:38:26 +0000 (06:38 +0000)
committermoodler <moodler>
Tue, 24 Feb 2004 06:38:26 +0000 (06:38 +0000)
lib/weblib.php

index bb018c0da8b59000506d40924231f60d1d59d30a..fac8d0eca69ae773e050a56a670f083ffe62f2e1 100644 (file)
@@ -1687,7 +1687,7 @@ function print_group_menu($groups, $groupmode, $currentgroup, $urlroot) {
 /// Prints an appropriate group selection menu
 
 /// Add an "All groups" to the start of the menu
-    $groupsmenu[0] = get_string("allgroups");
+    $groupsmenu[0] = get_string("allparticipants");
     foreach ($groups as $key => $groupname) {
         $groupsmenu[$key] = $groupname;
     }