From 24ff46f021f20f746466cd115278b2010081cc4f 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(); --- 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').'';