summaryrefslogtreecommitdiff
path: root/modules/help
diff options
context:
space:
mode:
Diffstat (limited to 'modules/help')
-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 d6b06e888..73ebc9315 100644
--- a/modules/help/help.module
+++ b/modules/help/help.module
@@ -12,7 +12,7 @@
function help_menu() {
$items['admin/help'] = array(
'title' => 'Help',
- 'description' => 'Reference for usage, configuration, and modules',
+ 'description' => 'Reference for usage, configuration, and modules.',
'page callback' => 'help_main',
'access arguments' => array('access administration pages'),
'weight' => 9,