Index: contrib/image_gallery/image_gallery.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/image/contrib/image_gallery/image_gallery.module,v
retrieving revision 1.35
diff -u -r1.35 image_gallery.module
--- contrib/image_gallery/image_gallery.module	2 Aug 2009 01:40:45 -0000	1.35
+++ contrib/image_gallery/image_gallery.module	8 Aug 2009 07:40:40 -0000
@@ -8,7 +8,7 @@
 
 function image_gallery_help($path, $arg) {
   switch ($path) {
-    case 'admin/image':
+    case 'admin/content/image':
       return '<p>'. t('Image galleries can be used to organize and present groups of images. Galleries may be nested. To add a new gallery click the "add gallery" tab.') .'</p>';
   }
 }
