Index: wp-admin/custom-header.php
===================================================================
--- wp-admin/custom-header.php	(revision 22645)
+++ wp-admin/custom-header.php	(working copy)
@@ -633,19 +633,12 @@
 ?>
 		<input type="text" name="text-color" id="text-color" value="#<?php echo esc_attr( $header_textcolor ); ?>"<?php echo $default_color; ?> />
 	</p>
+<?php if ( current_theme_supports( 'custom-header', 'default-text-color' ) ) : ?>
+	<p class="hide-if-js"><?php printf( __( 'Default: #%s ' ), esc_attr( get_theme_support( 'custom-header', 'default-text-color' ) ) ); ?></p>
+<?php endif; // default-text-color ?>
 </td>
 </tr>
 
-	<?php if ( current_theme_supports( 'custom-header', 'default-text-color' ) && get_theme_mod( 'header_textcolor' ) ) { ?>
-<tr valign="top">
-<th scope="row"><?php _e('Reset Text Color'); ?></th>
-<td>
-	<p><?php _e( 'This will restore the original header text. You will not be able to restore any customizations.' ) ?></p>
-	<?php submit_button( __( 'Restore Original Header Text' ), 'button', 'resettext', false ); ?>
-</td>
-</tr>
-	<?php } ?>
-
 </tbody>
 </table>
 <?php endif;
