Merge pull request #4255 from BFTrick/billing-state-desc-typo

Fixing County Typo
This commit is contained in:
Mike Jolley 2013-12-02 06:59:19 -08:00
commit a071d90368
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ class WC_Admin_Profile {
),
'billing_state' => array(
'label' => __( 'State/County', 'woocommerce' ),
'description' => __( 'Country or state code', 'woocommerce' ),
'description' => __( 'State/County or state code', 'woocommerce' ),
),
'billing_country' => array(
'label' => __( 'Country', 'woocommerce' ),