Mercurial > defr > drupal > core
diff modules/system/system.admin.inc @ 5:2427550111ae 6.2
Drupal 6.2
author | Franck Deroche <webmaster@defr.org> |
---|---|
date | Tue, 23 Dec 2008 14:30:08 +0100 |
parents | c1f4ac30525a |
children | fff6d4c8c043 |
line wrap: on
line diff
--- a/modules/system/system.admin.inc Tue Dec 23 14:29:21 2008 +0100 +++ b/modules/system/system.admin.inc Tue Dec 23 14:30:08 2008 +0100 @@ -1,5 +1,5 @@ <?php -// $Id: system.admin.inc,v 1.63 2008/02/04 12:35:48 goba Exp $ +// $Id: system.admin.inc,v 1.63.2.1 2008/03/25 11:58:16 goba Exp $ /** * @file @@ -1359,7 +1359,7 @@ */ function system_clear_cache_submit(&$form_state, $form) { drupal_flush_all_caches(); - drupal_set_message('Caches cleared.'); + drupal_set_message(t('Caches cleared.')); } /**