From 2d8e3bfebf80eb1b8f26def1447a81aa7c593277 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 20 Aug 2004 01:36:46 +0000 Subject: [PATCH] =?UTF-8?q?Descriptif=20du=20module=20soci=E9t=E9=20plus?= =?UTF-8?q?=20complet.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/includes/modules/modSociete.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/includes/modules/modSociete.class.php b/htdocs/includes/modules/modSociete.class.php index 38de2a41336..3cb98e87ae3 100644 --- a/htdocs/includes/modules/modSociete.class.php +++ b/htdocs/includes/modules/modSociete.class.php @@ -51,7 +51,7 @@ class modSociete extends DolibarrModules $this->family = "crm"; $this->name = "Module societe"; - $this->description = "Module société"; + $this->description = "Gestion des sociétés et contacts"; $this->const_name = "MAIN_MODULE_SOCIETE"; $this->const_config = MAIN_MODULE_SOCIETE;