From 4479aa7c4100c5fea5f9fa747b28df2ead3d295c Mon Sep 17 00:00:00 2001 From: Damien Metzger Date: Mon, 18 Feb 2013 14:46:30 +0100 Subject: [PATCH] // Added information --- controllers/admin/AdminWarehousesController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/admin/AdminWarehousesController.php b/controllers/admin/AdminWarehousesController.php index f14ce6bcc..6a657acdf 100644 --- a/controllers/admin/AdminWarehousesController.php +++ b/controllers/admin/AdminWarehousesController.php @@ -254,7 +254,7 @@ class AdminWarehousesControllerCore extends AdminController 'id' => 'id_reference', 'name' => 'name' ), - 'desc' => $this->l('Associated carriers. Use CTRL+CLICK to select several.'), + 'desc' => $this->l('Associated carriers. Use CTRL+CLICK to select several.').'
'.$this->l('You must select at least one carrier, if you do not select a carrier none will be able to ship from this warehouse.'), 'hint' => $this->l('You can specify the number of carriers available to ship orders from particular warehouses.'), ), ),