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 23981b5c5..cd9cf3cab 100644 --- a/modules/system/system.admin.inc +++ b/modules/system/system.admin.inc @@ -1347,7 +1347,7 @@ function system_performance_settings() { */ function system_clear_cache_submit(&$form_state, $form) { drupal_flush_all_caches(); - drupal_set_message('Caches cleared.'); + drupal_set_message(t('Caches cleared.')); } /** |