cvs diff: Diffing .
Index: image.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/image/image.module,v
retrieving revision 1.193
diff -u -F^f -r1.193 image.module
--- image.module        10 Apr 2006 17:21:16 -0000      1.193
+++ image.module        11 Apr 2006 12:29:07 -0000
@@ -22,9 +22,9 @@ function image_help($section) {
     case 'admin/modules#description':
       return t('Allows uploading of images and creating image galleries.');
     case 'node/add#image':
-      return t('An image (with thumbnail). This is ideal for publishing photographs or screenshots.');
+      return '<p>'. t('An image (with thumbnail). This is ideal for publishing photographs or screenshots.') .'</p>';
     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 '<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>';
   }
 }