Index: imagecache.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/imagecache/imagecache.module,v
retrieving revision 1.22
diff -u -r1.22 imagecache.module
--- imagecache.module	31 Dec 2006 08:49:18 -0000	1.22
+++ imagecache.module	20 Jan 2007 07:46:28 -0000
@@ -44,6 +44,7 @@
                );     
     $items[] = array( 'path' => 'admin/settings/imagecache', 
                       'title' => t('Image cache'),
+                      'description' => t('Configure rulesets and actions for imagecache.'),
                       'access' => user_access('administer imagecache'),
                       'callback' => 'drupal_get_form',
                       'callback arguments' => array('imagecache_admin'),
