Index: modules/system/system.admin.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.admin.inc,v
retrieving revision 1.163
diff -u -p -r1.163 system.admin.inc
--- modules/system/system.admin.inc	20 Jul 2009 18:51:34 -0000	1.163
+++ modules/system/system.admin.inc	22 Jul 2009 21:29:56 -0000
@@ -1191,6 +1191,7 @@ function system_site_information_setting
     '#type' => 'textfield',
     '#title' => t('Slogan'),
     '#default_value' => '',
+    '#description' => t('This is often displayed alongside the title of the site.'),
   );
   $form['site_frontpage'] = array(
     '#type' => 'textfield',
@@ -1205,7 +1206,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 displayed on overview pages like the frontpage.')
+    '#description' => t('The maximum number of posts displayed on overview pages like the front page.')
   );
   $form['site_403'] = array(
     '#type' => 'textfield',
