Issue #1167458 by yoroy, David_Rothstein, dcmistry: New users do not know to click on 'Modules' to extend their site.

merge-requests/26/head
webchick 2011-07-28 14:49:13 -04:00
parent daebd99b7b
commit 4f833a7e0a
1 changed files with 1 additions and 1 deletions

View File

@ -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'),