summaryrefslogtreecommitdiff
path: root/modules/help/help.module
diff options
context:
space:
mode:
authorNeil Drumm <drumm@3064.no-reply.drupal.org>2006-05-07 00:08:36 +0000
committerNeil Drumm <drumm@3064.no-reply.drupal.org>2006-05-07 00:08:36 +0000
commit9cff02e91b43dc978023d6cb35ab12ee8c613bf8 (patch)
tree681a03fe40b520b54fbf41c995ea928d2310edb7 /modules/help/help.module
parentd8d12d901ddb7cbba95d8f0ba533fbec43b191b2 (diff)
downloadbrdo-9cff02e91b43dc978023d6cb35ab12ee8c613bf8.tar.gz
brdo-9cff02e91b43dc978023d6cb35ab12ee8c613bf8.tar.bz2
#61802 by Zen, Double spaced sentences clean up
Diffstat (limited to 'modules/help/help.module')
-rw-r--r--modules/help/help.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/help/help.module b/modules/help/help.module
index 4f52411a6..cde7cb50e 100644
--- a/modules/help/help.module
+++ b/modules/help/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>