summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-09-10 06:29:29 +0000
committerDries Buytaert <dries@buytaert.net>2009-09-10 06:29:29 +0000
commit46c4a33b21988a5420ffab0964c6a017abbb96b2 (patch)
treeb9be8c479cc686287fe4d6192ee97a4dd68a4db3
parent780bf9b04b42ff1bf46f64e3ed25a3f98fe5519c (diff)
downloadbrdo-46c4a33b21988a5420ffab0964c6a017abbb96b2.tar.gz
brdo-46c4a33b21988a5420ffab0964c6a017abbb96b2.tar.bz2
- Patch #573128 by heather: reworded and corrected site information description.
-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 4c395d9d6..e0762d993 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -877,7 +877,7 @@ function system_menu() {
);
$items['admin/config/system/site-information'] = array(
'title' => 'Site information',
- 'description' => 'Change basic site information, such as the site name, slogan, e-mail address, mission, front page and more.',
+ 'description' => 'Change basic 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'),