summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.module')
-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 dcf3f2fa7..f2970a99a 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'),