diff --git a/modules/system/system.module b/modules/system/system.module index dcf3f2fa7fc..f2970a99a39 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -957,7 +957,7 @@ function system_menu() { ); $items['admin/config/system/site-information'] = array( '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 arguments' => array('system_site_information_settings'), 'access arguments' => array('administer site configuration'),