[-] BO : fix #PSCFV-4238 and fix #PSCFV-4258

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17470 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-09-21 14:28:58 +00:00
parent 47ca6c46eb
commit daebd54bda
6 changed files with 10 additions and 10 deletions
@@ -335,7 +335,7 @@ class AdminSupplyOrdersControllerCore extends AdminController
$this->l('Also, changing the currency or the supplier will reset the order.')
.'<br />'
.'<br />'.
$this->l('Finaly, please note that you can only order from one supplier at a time.')
$this->l('Finally, please note that you can only order from one supplier at a time.')
);
return parent::renderForm();
}
@@ -256,7 +256,7 @@ class AdminWarehousesControllerCore extends AdminController
'name' => 'name'
),
'desc' => $this->l('Associated carriers. Use CTRL+CLICK to select several.'),
'hint' => $this->l('You can specifiy the carriers available to ship orders from this warehouse'),
'hint' => $this->l('You can specify the carriers available to ship orders from this warehouse'),
),
),