From 46c4a33b21988a5420ffab0964c6a017abbb96b2 Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Thu, 10 Sep 2009 06:29:29 +0000 Subject: [PATCH] - Patch #573128 by heather: reworded and corrected site information description. --- 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 4c395d9d6bd3..e0762d993dc2 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'), -- GitLab