diff options
-rw-r--r-- | modules/system/system.admin.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc index 2693cebd7..767880040 100644 --- a/modules/system/system.admin.inc +++ b/modules/system/system.admin.inc @@ -1255,7 +1255,7 @@ function system_performance_settings() { '#description' => t('Caching data improves performance, but may cause problems while troubleshooting new modules, themes, or translations, if outdated information has been cached. To refresh all cached data on your site, click the button below. <em>Warning: high-traffic sites will experience performance slowdowns while cached data is rebuilt.</em>'), ); - $form['clear_cache']['cache'] = array( + $form['clear_cache']['clear'] = array( '#type' => 'submit', '#value' => t('Clear cached data'), '#submit' => array('system_clear_cache_submit'), |