Index: modules/fontsize/fontsize.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/fontsize/fontsize.module,v
retrieving revision 1.6
diff -u -F^f -r1.6 fontsize.module
--- modules/fontsize/fontsize.module	1 Apr 2005 00:07:23 -0000	1.6
+++ modules/fontsize/fontsize.module	11 Jun 2005 02:14:41 -0000
@@ -8,6 +8,17 @@ function fontsize_help($section) {
   switch ($section) {
     case 'admin/modules#description':
       return t('Creates a block allowing visitors to change the site\'s font size.');
+    case 'admin/help#fontsize':
+      return t(
+               '<p>The font size module allows users to change the font size of the site they are viewing.  This is useful for creating 508 accessible websites.</p>
+                <p>The font size module adds a block which has two buttons, one for a larger text size and one for a smaller or normal text size. Javascript is used to load generic stylesheets that work with most themes and templates. </p>
+                <p>You can</p>
+                <ul>
+                  <li><a href = "%administerblock" title = "administer block">administer >> block >> fontsize.</a></li>
+                </ul>
+                <p>For more information, read the configuration and customization handbook <a href="http://drupal.org/handbook/modules/Fontsize" title="Fontsize page"> Fontsize page</a></p>',
+                array('%administerblock' => url('/admin/block'))
+             );
   }
 }
 
