From 0a1782bb4565839221fee689dfbb44e1de66f9d3 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 10 Mar 2017 23:34:39 +0000 Subject: [PATCH] Twenty Seventeen: Correct grammar in 'Page Layout' control description. Props zoonini, laurelfulford. Fixes #40107. git-svn-id: https://develop.svn.wordpress.org/trunk@40270 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyseventeen/inc/customizer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentyseventeen/inc/customizer.php b/src/wp-content/themes/twentyseventeen/inc/customizer.php index d327675e95..bc6bbea31c 100644 --- a/src/wp-content/themes/twentyseventeen/inc/customizer.php +++ b/src/wp-content/themes/twentyseventeen/inc/customizer.php @@ -77,7 +77,7 @@ function twentyseventeen_customize_register( $wp_customize ) { 'label' => __( 'Page Layout', 'twentyseventeen' ), 'section' => 'theme_options', 'type' => 'radio', - 'description' => __( 'When the two column layout is assigned, the page title is in one column and content is in the other.', 'twentyseventeen' ), + 'description' => __( 'When the two-column layout is assigned, the page title is in one column and content is in the other.', 'twentyseventeen' ), 'choices' => array( 'one-column' => __( 'One Column', 'twentyseventeen' ), 'two-column' => __( 'Two Column', 'twentyseventeen' ),