- Patch #682902 by Shai: small change in wording in help text.

merge-requests/26/head
Dries Buytaert 2010-05-20 08:47:00 +00:00
parent 725481d71b
commit 8c60927ba9
1 changed files with 1 additions and 1 deletions

View File

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