Merge pull request #1430 from maxistore/master

Added localization tag
This commit is contained in:
Mike Jolley 2012-08-25 01:19:26 -07:00
commit ee1f07d4ea
1 changed files with 2 additions and 2 deletions

View File

@ -150,11 +150,11 @@ function woocommerce_get_customer_meta_fields() {
),
'billing_state' => array(
'label' => __('State/County', 'woocommerce'),
'description' => 'Country or state code'
'description' => '__('Country or state code', 'woocommerce'),
),
'billing_country' => array(
'label' => __('Country', 'woocommerce'),
'description' => '2 letter Country code'
'description' => '__('2 letter Country code', 'woocommerce')'
),
'billing_phone' => array(
'label' => __('Telephone', 'woocommerce'),