diff --git a/src/wp-content/themes/twentyfifteen/inc/customizer.php b/src/wp-content/themes/twentyfifteen/inc/customizer.php index 7c4b401e1a..ad03a6cef1 100644 --- a/src/wp-content/themes/twentyfifteen/inc/customizer.php +++ b/src/wp-content/themes/twentyfifteen/inc/customizer.php @@ -34,7 +34,7 @@ function twentyfifteen_customize_register( $wp_customize ) { ) ); $wp_customize->add_control( 'color_scheme', array( - 'label' => esc_html__( 'Color Scheme', 'twentyfifteen' ), + 'label' => esc_html__( 'Base Color Scheme', 'twentyfifteen' ), 'section' => 'colors', 'type' => 'select', 'choices' => twentyfifteen_get_color_scheme_choices(),