diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc
index 0f525c6..f925f99 100644
--- a/modules/system/system.admin.inc
+++ b/modules/system/system.admin.inc
@@ -459,7 +459,7 @@ function system_theme_settings($form, &$form_state, $key = '') {
     $form['logo'] = array(
       '#type' => 'fieldset',
       '#title' => t('Logo image settings'),
-      '#description' => t('If toggled on, the following logo will be displayed.'),
+      '#description' => t('Image that will be shown in your website or logo. If toggled on, the following logo will be displayed.'),
       '#attributes' => array('class' => array('theme-settings-bottom')),
     );
     $form['logo']['default_logo'] = array(
@@ -467,7 +467,6 @@ function system_theme_settings($form, &$form_state, $key = '') {
       '#title' => t('Use the default logo'),
       '#default_value' => theme_get_setting('default_logo', $key),
       '#tree' => FALSE,
-      '#description' => t('Check here if you want the theme to use the logo supplied with it.')
     );
     $form['logo']['settings'] = array(
       '#type' => 'container',
@@ -502,7 +501,6 @@ function system_theme_settings($form, &$form_state, $key = '') {
       '#type' => 'checkbox',
       '#title' => t('Use the default shortcut icon.'),
       '#default_value' => theme_get_setting('default_favicon', $key),
-      '#description' => t('Check here if you want the theme to use the default shortcut icon.')
     );
     $form['favicon']['settings'] = array(
       '#type' => 'container',
