Make WordPress Core

Ticket #30545: 2015_customizer_similar_strings.patch

File 2015_customizer_similar_strings.patch, 1.4 KB (added by pavelevap, 11 years ago)
  • src/wp-content/themes/twentyfifteen/inc/customizer.php

     
    4949
    5050        $wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, 'sidebar_textcolor', array(
    5151                'label'       => esc_html__( 'Header and Sidebar Text Color', 'twentyfifteen' ),
    52                 'description' => esc_html__( 'Only applied to the sidebar on wider screens. On small screens the sidebar will become the header.', 'twentyfifteen' ),
     52                'description' => esc_html__( 'Only applied to the sidebar on wide screens. On small screens it will be applied to the header.', 'twentyfifteen' ),
    5353                'section'     => 'colors',
    5454        ) ) );
    5555
     
    6565
    6666        $wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, 'header_background_color', array(
    6767                'label'       => esc_html__( 'Header and Sidebar Background Color', 'twentyfifteen' ),
    68                 'description' => esc_html__( 'Only applied to the sidebar on wider screens. On small screens the sidebar will become the header.', 'twentyfifteen' ),
     68                'description' => esc_html__( 'Only applied to the sidebar on wide screens. On small screens it will be applied to the header.', 'twentyfifteen' ),
    6969                'section'     => 'colors',
    7070        ) ) );
    7171