? clear-cache-title-HEAD.patch
Index: devel.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/devel/devel.module,v
retrieving revision 1.364
diff -u -p -r1.364 devel.module
--- devel.module	21 Oct 2009 14:56:12 -0000	1.364
+++ devel.module	21 Oct 2009 17:22:19 -0000
@@ -37,7 +37,7 @@ function devel_menu() {
   $items = array();
   // Note: we can't dynamically append destination to querystring. Do so at theme layer. Fix in D7?
   $items['devel/cache/clear'] = array(
-    'title' => 'Empty cache',
+    'title' => 'Clear cache',
     'page callback' => 'devel_cache_clear',
     'description' => 'Clear the CSS cache and all database cache tables which store page, node, theme and variable caches.',
     'access arguments' => array('access devel information'),
