[2.6] Merge pull request #11512 from jobthomas/copy-product-display

Copy product display
This commit is contained in:
Mike Jolley 2016-07-22 13:30:11 +02:00 committed by GitHub
commit 203349cbb0
1 changed files with 3 additions and 3 deletions

View File

@ -181,7 +181,7 @@ class WC_Settings_Products extends WC_Settings_Page {
array(
'title' => __( 'Catalog Images', 'woocommerce' ),
'desc' => __( 'This size is usually used in product listings', 'woocommerce' ),
'desc' => __( 'This size is usually used in product listings. (W x H)', 'woocommerce' ),
'id' => 'shop_catalog_image_size',
'css' => '',
'type' => 'image_width',
@ -195,7 +195,7 @@ class WC_Settings_Products extends WC_Settings_Page {
array(
'title' => __( 'Single Product Image', 'woocommerce' ),
'desc' => __( 'This is the size used by the main image on the product page.', 'woocommerce' ),
'desc' => __( 'This is the size used by the main image on the product page. (W x H)', 'woocommerce' ),
'id' => 'shop_single_image_size',
'css' => '',
'type' => 'image_width',
@ -209,7 +209,7 @@ class WC_Settings_Products extends WC_Settings_Page {
array(
'title' => __( 'Product Thumbnails', 'woocommerce' ),
'desc' => __( 'This size is usually used for the gallery of images on the product page.', 'woocommerce' ),
'desc' => __( 'This size is usually used for the gallery of images on the product page. (W x H)', 'woocommerce' ),
'id' => 'shop_thumbnail_image_size',
'css' => '',
'type' => 'image_width',