Index: image.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/image/image.module,v
retrieving revision 1.157
diff -u -F^f -r1.157 image.module
--- image.module	13 Jun 2005 07:48:52 -0000	1.157
+++ image.module	30 Jun 2005 04:44:24 -0000
@@ -11,8 +11,31 @@ function image_help($section) {
     case 'node/add#image':
       return t('An image (with thumbnail). This is ideal for publishing photographs or screenshots.');
     case 'admin/image':
-      return 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.');
-  }
+      return t('Image galleries can be used to organize and present groups of images. Galleries may be nested. To add a new galle$
+    case 'admin/help#image': return t('
+     <p>The image module is used to create and administer images for your site. Each image is stored as a post, with 
+     thumbnails of the original generated automatically. There are two default thumbnail sizes, thumbnail and preview. The     
+     thumbnail size is shown as the preview for image posts and when browsing image galleries. The preview is the default
+     size when first displaying an image node.</p>
+     <p>Image administration allows the image directory and the image sizes to be set.</p>
+     <p>Image galleries are used to organize and display images in galleries.   The list tab allows users to edit existing     
+     image gallery names, descriptions, parents and relative position, known as a weight.  The add galleries tab allows      
+     you to create a new image gallery defining name, description, parent and weight.</p>
+     <p>You can</p>
+     <ul>
+     <li>view image handling messages in <a href = "%administersettings" title = "administer settings">administer >> 
+     settings</a>.</li>
+     <li>view lists and add image galleries at <a href = "%administerimagegalleries" title = "administer image 
+     galleries">administer >> image >> galleries.</a></a></li>
+     <li>configure image sizes and file directories at <a href = "%administerimage" title = "administer image">administer     
+     >> settings >> images.</a></li>
+     </ul>
+     <p>For more information, read the configuration and customization handbook <a href =
+     "http://drupal.org/handbook/modules/image" title = "imagepage"> image page</a>.</p>
+     ',array('%administersettings' => url('admin/settings'),'%administerimagegalleries' => 
+     url('admin/image/galleries'),'%administerimage' => url('admin/settings/images')));
+     break;
+ }
 }
 
 /**
