added missing textdomain

This commit is contained in:
claudiosmweb 2014-03-04 18:05:55 -03:00
parent 41a5b147e9
commit 3b4b73851b
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ class WC_API_Customers extends WC_API_Resource {
// Checks with the email is missing.
if ( ! isset( $data['email'] ) ) {
return new WP_Error( 'woocommerce_api_missing_customer_email', sprintf( __( 'Missing parameter %s' ), 'email' ), array( 'status' => 400 ) );
return new WP_Error( 'woocommerce_api_missing_customer_email', sprintf( __( 'Missing parameter %s', 'woocommerce' ), 'email' ), array( 'status' => 400 ) );
}
// Sets the username.