? clear-cache-title.patch
Index: devel.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/devel/devel.module,v
retrieving revision 1.258.2.60
diff -u -p -r1.258.2.60 devel.module
--- devel.module	21 Oct 2009 14:56:16 -0000	1.258.2.60
+++ devel.module	21 Oct 2009 17:10:31 -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'),
