This commit is contained in:
James Koster 2012-03-22 10:25:28 +00:00
parent cc409344ea
commit db81519166
1 changed files with 1 additions and 1 deletions

View File

@ -872,7 +872,7 @@ $woocommerce_settings['tax'] = apply_filters('woocommerce_tax_settings', array(
),
array(
'desc' => __( 'Display taxes even when the amount if zero', 'woocommerce' ),
'desc' => __( 'Display taxes even when the amount is zero', 'woocommerce' ),
'id' => 'woocommerce_display_cart_taxes_if_zero',
'std' => 'no',
'type' => 'checkbox',