summaryrefslogtreecommitdiff
path: root/modules/help
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-10-04 14:54:10 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-10-04 14:54:10 +0000
commita50d47f9591d240f212b66332e25d7f2ce50369d (patch)
tree89e269d0e24e950534109bf7fead9b4a2e82a2c2 /modules/help
parenta1cbd755458534fb2baf161307ca964ff17f22ca (diff)
downloadbrdo-a50d47f9591d240f212b66332e25d7f2ce50369d.tar.gz
brdo-a50d47f9591d240f212b66332e25d7f2ce50369d.tar.bz2
#928790 by David_Rothstein: Make menu descriptions consistent.
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,