Index: wp-admin/custom-header.php
===================================================================
--- wp-admin/custom-header.php	(revision 22685)
+++ wp-admin/custom-header.php	(working copy)
@@ -632,20 +632,13 @@
 	$default_color = ' data-default-color="#' . esc_attr( get_theme_support( 'custom-header', 'default-text-color' ) ) . '"';
 ?>
 		<input type="text" name="text-color" id="text-color" value="#<?php echo esc_attr( $header_textcolor ); ?>"<?php echo $default_color; ?> />
+		<?php if ( current_theme_supports( 'custom-header', 'default-text-color' ) ) : ?>
+			<span class="description hide-if-js"><?php printf( __( 'Default: #%s' ), esc_attr( get_theme_support( 'custom-header', 'default-text-color' ) ) ); ?></span>
+		<?php endif; // default-text-color ?>
 	</p>
 </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;
