From f974830041413db7a45cc53edc49e4682286f030 Mon Sep 17 00:00:00 2001 From: fGaillard Date: Tue, 10 Jan 2012 16:47:21 +0000 Subject: [PATCH] [-] BO : #PSTEST-365 : Description added for the default customer's groups git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12323 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/admin/AdminCustomersController.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/controllers/admin/AdminCustomersController.php b/controllers/admin/AdminCustomersController.php index 0399f9044..012f795e6 100644 --- a/controllers/admin/AdminCustomersController.php +++ b/controllers/admin/AdminCustomersController.php @@ -368,7 +368,8 @@ class AdminCustomersControllerCore extends AdminController 'id' => 'id_group', 'name' => 'name' ), - 'hint' => $this->l('The group will be as applied by default.') + 'hint' => $this->l('The group will be as applied by default.'), + 'desc' => $this->l('Apply the discount\'s price of this group.') ) ) );