From: moodler Date: Thu, 19 Feb 2004 17:09:43 +0000 (+0000) Subject: Add string for "All groups" X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a63d7730d02e8d7bad505f22ace1350abc8d522d;p=moodle.git Add string for "All groups" --- diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 708f07e89b..b44105c508 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -54,6 +54,7 @@ $string['all'] = 'All'; $string['allactivities'] = 'All activities'; $string['alldays'] = 'All days'; $string['allfieldsrequired'] = 'All fields are required'; +$string['allgroups'] = 'All groups'; $string['alllogs'] = 'All logs'; $string['allow'] = 'Allow'; $string['allowguests'] = 'This course allows guest users to enter';