Improved Shop Page Display option

I tweaked the text of the second option in Shop Page Display because i guess it confuse users that only read "Show subcategories". What about main categories?

I'd like to change also "Show both" to "Show all". What do you think?
This commit is contained in:
Nicola Mustone 2014-11-12 15:01:17 +01:00
parent 98a0314786
commit fc2429549e
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ class WC_Settings_Products extends WC_Settings_Page {
'type' => 'select',
'options' => array(
'' => __( 'Show products', 'woocommerce' ),
'subcategories' => __( 'Show subcategories', 'woocommerce' ),
'subcategories' => __( 'Show categories & subcategories', 'woocommerce' ),
'both' => __( 'Show both', 'woocommerce' ),
),
'desc_tip' => true,