]> git.mjollnir.org Git - moodle.git/commitdiff
groupings should work now; merged from MOODLE_19_STABLE
authorskodak <skodak>
Thu, 11 Oct 2007 09:16:15 +0000 (09:16 +0000)
committerskodak <skodak>
Thu, 11 Oct 2007 09:16:15 +0000 (09:16 +0000)
lang/en_utf8/admin.php

index 016a7471047e5debf12ebc262870ef825b67d367..7b95eb5cab0d0b950907b712bc66d71b0ac78ab5 100644 (file)
@@ -88,7 +88,7 @@ $string['configeditordictionary'] = 'This value will be used if aspell doesn\'t
 $string['configenableajax'] = 'This setting allows you to control the use of AJAX (advanced client/server interfaces using Javascript) across the whole site.  With this setting enabled users can still make a choice in their profile, otherwise AJAX is disabled for everybody.';
 $string['configenablecourserequests'] = 'This will allow any user to request a course be created.';
 $string['configenableglobalsearch'] = 'This setting enables global text searching in resources and activities, it is not compatible with PHP 4.';
-$string['configenablegroupings'] = 'This setting enables groupings of groups. (Not yet fully implemented)';
+$string['configenablegroupings'] = 'This setting enables groupings of groups.';
 $string['configenablehtmlpurifier'] = 'Use HTML Purifier instead of KSES for cleaning of untrusted text. HTML Purifier is actively developed and is believed to be more secure, but it is more resource intensive. Expect minor visual differences in the resulting html code. Please note that embed and object tags can not be enabled, MathML tags and old lang tags are not supported. ';
 $string['configenablerssfeeds'] = 'This switch will enable RSS feeds from across the site.  To actually see any change you will need to enable RSS feeds in the individual modules too - go to the Modules settings under Admin Configuration.';
 $string['configenablerssfeedsdisabled'] = 'It is not available because RSS feeds are disabled in all the Site. To enable them, go to the Variables settings under Admin Configuration.';