--- node_gallery/node_gallery.install	Fri Oct 09 11:07:10 2009
+++ node_gallery/node_gallery.install	Sat Oct 10 16:03:07 2009
@@ -119,9 +119,9 @@
     // Create the comment content type.
     $node_gallery_node_type = array(
       'type' => 'node_gallery_gallery',
-      'name' => t('Gallery'),
+      'name' => t('Image Gallery'),
       'module' => 'node',
-      'description' => t('This is a gallery (album). This will be the parent of your individual images.'),
+      'description' => t('This will create an image gallery or album. The image gallery will control the uploading, editing and display of the images. Your image gallery requires a name upon creation and a description is optional. After you have completed the first step, images can be added to the gallery.'),
       'title_label' => t('Gallery Name'),
       'body_label' => t('Description'),
       'custom' => TRUE,
