diff --git a/core/modules/system/system.admin.inc b/core/modules/system/system.admin.inc
index 8033ad0532e1601d04305adc5e7957d3d9758b86..c55289c366c3ab44df3d0d680e12e067bf982cec 100644
--- a/core/modules/system/system.admin.inc
+++ b/core/modules/system/system.admin.inc
@@ -1415,7 +1415,7 @@ function system_site_information_settings($form, &$form_state) {
     '#title' => t('Default front page'),
     '#default_value' => ($site_config->get('page.front') != 'user' ? drupal_get_path_alias($site_config->get('page.front')) : ''),
     '#size' => 40,
-    '#description' => t('Optionally, specify a relative URL to display as the front page.  Leave blank to display the default content feed.'),
+    '#description' => t('Optionally, specify a relative URL to display as the front page. Leave blank to display the default front page.'),
     '#field_prefix' => url(NULL, array('absolute' => TRUE)),
   );
   $form['error_page'] = array(