summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-07-28 14:49:13 -0400
committerwebchick <webchick@24967.no-reply.drupal.org>2011-07-28 14:49:13 -0400
commit4f833a7e0a38359cf34f556c8e4cce781880623e (patch)
treee583c47f687321ebb4c02bc238bedf910cab0319 /modules/system
parentdaebd99b7b0ff86eea03c9158cf1c5b9e510c76f (diff)
downloadbrdo-4f833a7e0a38359cf34f556c8e4cce781880623e.tar.gz
brdo-4f833a7e0a38359cf34f556c8e4cce781880623e.tar.bz2
Issue #1167458 by yoroy, David_Rothstein, dcmistry: New users do not know to click on 'Modules' to extend their site.
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/system.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index 8fc0ffa43..c5b440346 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -649,7 +649,7 @@ function system_menu() {
// Modules.
$items['admin/modules'] = array(
'title' => 'Modules',
- 'description' => 'Enable or disable modules.',
+ 'description' => 'Extend site functionality.',
'page callback' => 'drupal_get_form',
'page arguments' => array('system_modules'),
'access arguments' => array('administer modules'),