From 407380df456705a81faf7fe9bb654cb326bdd685 Mon Sep 17 00:00:00 2001 From: poltawski Date: Sun, 6 May 2007 09:45:21 +0000 Subject: [PATCH] MDL-8971 - fixed typo --- lang/en_utf8/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en_utf8/admin.php b/lang/en_utf8/admin.php index c53a2ca2d9..68d45ba4be 100644 --- a/lang/en_utf8/admin.php +++ b/lang/en_utf8/admin.php @@ -86,7 +86,7 @@ $string['configdocroot'] = 'Defines the path to the Moodle Docs. You can change $string['configdoctonewwindow'] = 'If you enable this, then links to Moodle Docs will be showed in a new window.'; $string['configeditorfontlist'] = 'Select the fonts that should appear in the editor\'s drop-down list.'; $string['configeditordictionary'] = 'This value will be used if aspell doesn\'t have dictionary for users own language.'; -$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 sill make a choice in their profile, otherwise AJAX is disabled for everybody.'; +$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['configenablehtmlpurifier'] = 'Use HTML Purifier instead of KSES for celaning of untrusted text. HTML Purifier is actively developed and is belived 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. '; -- 2.39.5