Theme Customizer: 'Header Text Color', not 'Text Color', when referring to the header text in the Colors section. props ocean90. see #19910.

git-svn-id: https://develop.svn.wordpress.org/trunk@20933 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-05-26 15:24:42 +00:00
parent 45f7b34b4f
commit cd3af4b6d1
1 changed files with 1 additions and 1 deletions

View File

@ -682,7 +682,7 @@ final class WP_Customize_Manager {
) );
$this->add_control( new WP_Customize_Color_Control( $this, 'header_textcolor', array(
'label' => __( 'Text Color' ),
'label' => __( 'Header Text Color' ),
'section' => 'colors',
) ) );