Added Message for Product permanent deletion

This commit is contained in:
mehul0810 2017-10-08 15:28:23 +05:30
parent e9a62731d4
commit 6e6af2285c
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,7 @@ class WC_Admin_Assets {
'i18n_mon_decimal_error' => sprintf( __( 'Please enter in monetary decimal (%s) format without thousand separators and currency symbols.', 'woocommerce' ), wc_get_price_decimal_separator() ),
'i18n_country_iso_error' => __( 'Please enter in country code with two capital letters.', 'woocommerce' ),
'i18_sale_less_than_regular_error' => __( 'Please enter in a value less than the regular price.', 'woocommerce' ),
'delete_product_message' => __( 'Are you sure, you want to delete the product permanently?', 'woocommerce' ),
'decimal_point' => $decimal,
'mon_decimal_point' => wc_get_price_decimal_separator(),
'strings' => array(