// Stock : translations

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11439 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
bMancone
2011-12-20 18:09:22 +00:00
parent 0b1e2ba0a3
commit 6840363b9b
3 changed files with 421 additions and 356 deletions
@@ -198,8 +198,8 @@ class AdminStockCoverControllerCore extends AdminController
'warn_days' => $this->getCurrentWarning()
);
$this->displayInformation($this->l('Considering the coverage period choosen and the quantity of products/combinations that you sold,
this interface gives you an idea of when one product will run out of stock.'));
$this->displayInformation($this->l('Considering the coverage period choosen and the quantity of products/combinations that you sold,'));
$this->displayInformation($this->l('this interface gives you an idea of when a product will run out of stock.'));
return parent::renderList();
}