// Improved AdminWarehousesController form

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13294 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
bMancone
2012-02-14 10:37:56 +00:00
parent e58ca980cd
commit 8717d76664
2 changed files with 2 additions and 2 deletions
@@ -261,7 +261,7 @@ class AdminWarehousesControllerCore extends AdminController
'id' => 'id_reference',
'name' => 'name'
),
'desc' => $this->l('Associated carriers'),
'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'),
),
),