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

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11685 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
aNiassy
2011-12-22 20:58:20 +00:00
parent fbbca19d52
commit f236fe6494
+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();