From 42e4100b62e85a2dd8fad9cfd8d176cd622995fc Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Tue, 26 Jun 2012 11:17:36 +0800 Subject: [PATCH] MDL-34014 lang - fix CSS optimiser spelling errors --- lang/en/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/admin.php b/lang/en/admin.php index 42dbcf35357..e9459f1642d 100644 --- a/lang/en/admin.php +++ b/lang/en/admin.php @@ -468,7 +468,7 @@ $string['enablecalendarexport'] = 'Enable calendar export'; $string['enablecomments'] = 'Enable comments'; $string['enablecourserequests'] = 'Enable course requests'; $string['enablecssoptimiser'] = 'Enable CSS optimiser'; -$string['enablecssoptimiser_desc'] = 'When enabled CSS will be run through an optimisation process before being cached. The optimiser processes the CSS removing duplicate rules and styles, as well as white space removeable and reformatting. Please note turning this on at the same time as theme designer mode is aweful for performance but will help theme designers create optimised CSS.'; +$string['enablecssoptimiser_desc'] = 'When enabled CSS will be run through an optimisation process before being cached. The optimiser processes the CSS removing duplicate rules and styles, as well as white space removable and reformatting. Please note turning this on at the same time as theme designer mode is awful for performance but will help theme designers create optimised CSS.'; $string['enabledevicedetection'] = 'Enable device detection'; $string['enablegravatar'] = 'Enable Gravatar'; $string['enablegravatar_help'] = 'When enabled Moodle will attempt to fetch a user profile picture from Gravatar if the user has not uploaded an image.';