From cf1798d2a191459aebf72cd08c88dc654730cfb3 Mon Sep 17 00:00:00 2001 From: Damien Metzger Date: Tue, 20 Aug 2013 09:55:27 +0200 Subject: [PATCH] [-] MO : multilines translations does not work #PNM-1645 --- modules/statsbestcustomers/statsbestcustomers.php | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/modules/statsbestcustomers/statsbestcustomers.php b/modules/statsbestcustomers/statsbestcustomers.php index 294a885a3..29f88301d 100644 --- a/modules/statsbestcustomers/statsbestcustomers.php +++ b/modules/statsbestcustomers/statsbestcustomers.php @@ -125,15 +125,13 @@ class StatsBestCustomers extends ModuleGrid

'.$this->l('Keeping a client is more profitable than gaining a new one. That is one of the many reasons it is necessary to cultivate customer loyalty.').'
'.$this->l('Word of mouth is also a means for getting new, satisfied clients. A dissatisfied customer can hurt your e-reputation and obstruct future sales goals.').'
- '.$this->l('In order to achieve this goal, you can organize: ').' + '.$this->l('In order to achieve this goal, you can organize:').'

- '.$this->l('These operations encourage clients to buy products and visit your e-store regularly.').'
-


+ '.$this->l('These operations encourage clients to buy products and visit your e-store regularly.').' +

'; return $this->_html; }