Update admin/woocommerce-admin-users.php

This commit is contained in:
maxistore 2012-08-24 21:51:37 -03:00
parent e7c5542762
commit f3e6765b16
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'),