? site.information.patch
? sites/default/files
? sites/default/settings.php
Index: modules/system/system.admin.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.admin.inc,v
retrieving revision 1.161
diff -u -p -r1.161 system.admin.inc
--- modules/system/system.admin.inc	16 Jul 2009 10:44:20 -0000	1.161
+++ modules/system/system.admin.inc	18 Jul 2009 07:32:01 -0000
@@ -1176,9 +1176,8 @@ function system_ip_blocking_delete_submi
 function system_site_information_settings() {
   $form['site_name'] = array(
     '#type' => 'textfield',
-    '#title' => t('Name'),
+    '#title' => t('Site name'),
     '#default_value' => 'Drupal',
-    '#description' => t('The name of this website.'),
     '#required' => TRUE
   );
   $form['site_mail'] = array(
@@ -1192,7 +1191,6 @@ function system_site_information_setting
     '#type' => 'textfield',
     '#title' => t('Slogan'),
     '#default_value' => '',
-    '#description' => t("Your site's motto, tag line, or catchphrase (often displayed alongside the title of the site).")
   );
   $form['site_frontpage'] = array(
     '#type' => 'textfield',
@@ -1207,7 +1205,7 @@ function system_site_information_setting
     '#type' => 'select', '#title' => t('Number of posts on front page'),
     '#default_value' => 10,
     '#options' => drupal_map_assoc(array(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 20, 25, 30)),
-    '#description' => t('The maximum number of posts per page to display on overview pages like the front page above.')
+    '#description' => t('The maximum number of posts displayed on overview pages like the frontpage.')
   );
   $form['site_403'] = array(
     '#type' => 'textfield',
