From ee81c7818c329b9847460c072e74ddaa0e372fbd Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 3 Oct 2007 20:56:54 +0000 Subject: [PATCH] =?UTF-8?q?Renommage=20libell=E9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/includes/modules/modMailing.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/includes/modules/modMailing.class.php b/htdocs/includes/modules/modMailing.class.php index d8e10fa4ba8..57f74a551c4 100644 --- a/htdocs/includes/modules/modMailing.class.php +++ b/htdocs/includes/modules/modMailing.class.php @@ -52,8 +52,8 @@ class modMailing extends DolibarrModules $this->numero = 22 ; $this->family = "technic"; - $this->name = "Mailings"; - $this->description = "Gestion des Mailings"; + $this->name = "EMailings"; + $this->description = "Gestion des EMailings"; $this->version = 'dolibarr'; // 'experimental' or 'dolibarr' or version $this->const_name = 'MAIN_MODULE_MAILING'; $this->special = 1;