Reword - Closes #1409.

This commit is contained in:
Mike Jolley 2012-08-23 11:04:53 +01:00
parent 7a14daebea
commit 344b8aaa6f
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ class WooCommerce_Widget_Product_Categories extends WP_Widget {
<label for="<?php echo $this->get_field_id('hierarchical'); ?>"><?php _e( 'Show hierarchy', 'woocommerce' ); ?></label><br/>
<input type="checkbox" class="checkbox" id="<?php echo esc_attr( $this->get_field_id('show_children_only') ); ?>" name="<?php echo esc_attr( $this->get_field_name('show_children_only') ); ?>"<?php checked( $show_children_only ); ?> />
<label for="<?php echo $this->get_field_id('show_children_only'); ?>"><?php _e( 'Show children of current category only', 'woocommerce' ); ?></label></p>
<label for="<?php echo $this->get_field_id('show_children_only'); ?>"><?php _e( 'Only show children for the current category', 'woocommerce' ); ?></label></p>
<?php
}