? .DS_Store
? remove_crufty_theme_setting_descriptions_00.patch
? sites/.DS_Store
? sites/default/files
? sites/default/private
? sites/default/settings.php
Index: modules/system/system.admin.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.admin.inc,v
retrieving revision 1.264
diff -u -p -r1.264 system.admin.inc
--- modules/system/system.admin.inc	28 Mar 2010 10:43:40 -0000	1.264
+++ modules/system/system.admin.inc	29 Mar 2010 17:57:21 -0000
@@ -527,7 +527,6 @@ function system_theme_settings($form, &$
       '#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',
@@ -568,7 +567,6 @@ function system_theme_settings($form, &$
       '#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',
