Issue #1926228 by alexpott: Fixed CSS Performance setting checkbox description wrong.
parent
c4fa3478cf
commit
294bfb65b0
|
@ -1698,7 +1698,7 @@ function system_performance_settings($form, &$form_state) {
|
|||
);
|
||||
$form['bandwidth_optimization']['preprocess_css'] = array(
|
||||
'#type' => 'checkbox',
|
||||
'#title' => t('Aggregate and compress CSS files.'),
|
||||
'#title' => t('Aggregate CSS files.'),
|
||||
'#default_value' => $config->get('css.preprocess'),
|
||||
'#disabled' => $disabled,
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue