summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-05-20 08:47:00 +0000
committerDries Buytaert <dries@buytaert.net>2010-05-20 08:47:00 +0000
commit8c60927ba909833d2c07eed008470a6905c50cd6 (patch)
tree4925c70e89ca0bf250eebed7888f3aab00b6cf37 /modules/system/system.module
parent725481d71ba1151101b6a4f518cfeaf230d88bcc (diff)
downloadbrdo-8c60927ba909833d2c07eed008470a6905c50cd6.tar.gz
brdo-8c60927ba909833d2c07eed008470a6905c50cd6.tar.bz2
- Patch #682902 by Shai: small change in wording in help text.
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'),