diff options
Diffstat (limited to 'modules/help/help.module')
-rw-r--r-- | modules/help/help.module | 2 |
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, |