[-] FO :#PSTEST-145 : fixed a translation bug

This commit is contained in:
aNiassy
2011-12-22 20:58:20 +00:00
parent f9bf0deba4
commit e812d9bd33
+1 -1
View File
@@ -228,7 +228,7 @@ class CartControllerCore extends FrontController
$this->errors[] = Tools::displayError('You must add').' '.$minimal_quantity.' '.Tools::displayError('Minimum quantity');
}
else if (!$updateQuantity)
$this->errors[] = Tools::displayError('You already have the maximum quantity available for this product.');
$this->errors[] = Tools::displayError('You already have the maximum quantity available for this product.', false);
}
}
CartRule::autoRemoveFromCart();