From 572a2e45aab919001849da9e84020377487407a3 Mon Sep 17 00:00:00 2001 From: djfm Date: Tue, 3 Sep 2013 12:51:21 +0000 Subject: [PATCH] // fixed unstranslatable string in AdminSupplyOrdersController --- controllers/admin/AdminSupplyOrdersController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/admin/AdminSupplyOrdersController.php b/controllers/admin/AdminSupplyOrdersController.php index 17da45533..5d581be0f 100644 --- a/controllers/admin/AdminSupplyOrdersController.php +++ b/controllers/admin/AdminSupplyOrdersController.php @@ -754,7 +754,7 @@ class AdminSupplyOrdersControllerCore extends AdminController 'orderby' => false, 'filter' => false, 'search' => false, - 'hint' => 'Note that you can see details on the receptions - per products', + 'hint' => $this->l('Note that you can see details on the receptions - per products'), ), 'quantity_expected' => array( 'title' => $this->l('Quantity expected'),