Improved the description of count option of product categories widget

This commit is contained in:
Claudio Sanches 2015-01-02 11:08:38 -02:00
parent b4cc3cfcd5
commit 157dde6695
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ class WC_Widget_Product_Categories extends WC_Widget {
'count' => array(
'type' => 'checkbox',
'std' => 0,
'label' => __( 'Show post counts', 'woocommerce' )
'label' => __( 'Show product counts', 'woocommerce' )
),
'hierarchical' => array(
'type' => 'checkbox',