From a63d7730d02e8d7bad505f22ace1350abc8d522d Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 19 Feb 2004 17:09:43 +0000 Subject: [PATCH] Add string for "All groups" --- lang/en/moodle.php | 1 + 1 file changed, 1 insertion(+) 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'; -- 2.39.5