Added Message for Product permanent deletion
This commit is contained in:
parent
e9a62731d4
commit
6e6af2285c
|
@ -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_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' ),
|
'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' ),
|
'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,
|
'decimal_point' => $decimal,
|
||||||
'mon_decimal_point' => wc_get_price_decimal_separator(),
|
'mon_decimal_point' => wc_get_price_decimal_separator(),
|
||||||
'strings' => array(
|
'strings' => array(
|
||||||
|
|
Loading…
Reference in New Issue