diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-05-20 08:47:00 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-05-20 08:47:00 +0000 |
commit | 8c60927ba909833d2c07eed008470a6905c50cd6 (patch) | |
tree | 4925c70e89ca0bf250eebed7888f3aab00b6cf37 /modules | |
parent | 725481d71ba1151101b6a4f518cfeaf230d88bcc (diff) | |
download | brdo-8c60927ba909833d2c07eed008470a6905c50cd6.tar.gz brdo-8c60927ba909833d2c07eed008470a6905c50cd6.tar.bz2 |
- Patch #682902 by Shai: small change in wording in help text.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/system/system.module | 2 |
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'), |