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
This commit is contained in:
parent
0df4906f9a
commit
0a1782bb45
@ -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' ),
|
||||
|
Loading…
Reference in New Issue
Block a user