From b5a03180f58c5139cb651a07a66e499531f58ac4 Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Thu, 29 Sep 2011 14:33:59 +0000 Subject: [PATCH] // AdminCustomer : "" have nothing to do in the translation function l(); git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8882 b9a71923-0436-4b27-9f14-aed3839534dd --- admin-dev/tabs/AdminCustomers.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin-dev/tabs/AdminCustomers.php b/admin-dev/tabs/AdminCustomers.php index 103ae2813..ffe2183f2 100644 --- a/admin-dev/tabs/AdminCustomers.php +++ b/admin-dev/tabs/AdminCustomers.php @@ -338,8 +338,8 @@ class AdminCustomers extends AdminTab

- '.$this->l('This feature generates a random password and sends an e-mail to the customer -
'); + '.$this->l('This feature generates a random password and sends an e-mail to the customer').' + '; } else echo '
'.$this->l('A registered customer account exists with the same email address').'';