diff options
Diffstat (limited to 'modules/help.module')
-rw-r--r-- | modules/help.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/help.module b/modules/help.module index 4f52411a6..cde7cb50e 100644 --- a/modules/help.module +++ b/modules/help.module @@ -99,7 +99,7 @@ function help_help($section) { return $output; case 'admin/help#help': $output = '<p>'. t('The help module displays context sensitive help information. Users can learn how to use modules and accomplish tasks quicker with less errors by clicking on links in provided by the help module.') .'</p>'; - $output .= t('<p>Modules can make documentation available to other modules with this module. All user help should be presented using this module. Some examples of help: </p> + $output .= t('<p>Modules can make documentation available to other modules with this module. All user help should be presented using this module. Some examples of help: </p> <ul> <li>The name of a module (unused, but there).</li> <li>The description found on the admin/system/modules page.</li> |