Begin updating language

This commit is contained in:
Robin Cornett
2019-05-13 09:27:02 -04:00
parent e2574a30cd
commit c9fb7b0b01
7 changed files with 34 additions and 18 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ $fields = array(
'callback' => 'do_checkbox_array',
'section' => 'cpt_sitewide',
'options' => $this->get_post_types(),
'description' => __( 'Select content types which should always prefer to use the large image size instead of the backstretch, even if a backstretch size image is available (singular posts/pages, not archives).', 'display-featured-image-genesis' ),
'description' => __( 'Select content types which should always prefer to use the large image size instead of the banner, even if a banner size image is available (singular posts/pages, not archives).', 'display-featured-image-genesis' ),
'skip' => true,
),
);