Issue #1926228 by alexpott: Fixed CSS Performance setting checkbox description wrong.

8.0.x
webchick 2013-03-17 00:51:13 -07:00
parent c4fa3478cf
commit 294bfb65b0
1 changed files with 1 additions and 1 deletions

View File

@ -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,
);