diff --git a/core/modules/system/system.admin.inc b/core/modules/system/system.admin.inc index 4a4ba0e2ab2..58e6d58e49f 100644 --- a/core/modules/system/system.admin.inc +++ b/core/modules/system/system.admin.inc @@ -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, );