Fixed missing text domain

This commit is contained in:
Claudio Sanches 2017-03-15 13:59:18 -03:00
parent 79ad911619
commit 71ecb57d2d
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ class WC_Product_Variable_Data_Store_CPT extends WC_Product_Data_Store_CPT imple
WHERE post_type = 'product_variation'
AND post_parent = %d
",
$previous_name ? $previous_name : __( 'Auto Draft' ),
$previous_name ? $previous_name : __( 'Auto Draft', 'woocommerce' ),
$new_name,
$product->get_id()
) );