- Patch #682902 by Shai: small change in wording in help text.
parent
725481d71b
commit
8c60927ba9
|
@ -957,7 +957,7 @@ function system_menu() {
|
||||||
);
|
);
|
||||||
$items['admin/config/system/site-information'] = array(
|
$items['admin/config/system/site-information'] = array(
|
||||||
'title' => 'Site information',
|
'title' => 'Site information',
|
||||||
'description' => 'Change basic site name, e-mail address, slogan, default front page, number of posts per page, error pages and cron.',
|
'description' => 'Change site name, e-mail address, slogan, default front page, number of posts per page, error pages and cron.',
|
||||||
'page callback' => 'drupal_get_form',
|
'page callback' => 'drupal_get_form',
|
||||||
'page arguments' => array('system_site_information_settings'),
|
'page arguments' => array('system_site_information_settings'),
|
||||||
'access arguments' => array('administer site configuration'),
|
'access arguments' => array('administer site configuration'),
|
||||||
|
|
Loading…
Reference in New Issue