From 8c60927ba909833d2c07eed008470a6905c50cd6 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 20 May 2010 08:47:00 +0000 Subject: [PATCH] - Patch #682902 by Shai: small change in wording in help text. --- modules/system/system.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'),