Restore translators comment

This commit is contained in:
David Stone 2019-07-31 12:58:37 -06:00
parent 487b38e0ae
commit 83d789ffba
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ final class WC_Cart_Session {
} elseif ( ! $product->is_purchasable() ) {
$update_cart_session = true;
/* translators: %1$s: product name. %2$s reason why */
/* translators: %s: product name */
$message = sprintf( __( '%s has been removed from your cart because it can no longer be purchased. Please contact us if you need assistance.', 'woocommerce' ), $product->get_name() );
/**
* Filter message about item removed from the cart.