From 8287d321952bd9df97df11fd2b955da645b9e50b Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 4 Apr 2005 12:05:41 +0000 Subject: [PATCH] Modif description --- htdocs/includes/modules/modCommande.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/includes/modules/modCommande.class.php b/htdocs/includes/modules/modCommande.class.php index 51ac384b1c9..be6d9d23f80 100644 --- a/htdocs/includes/modules/modCommande.class.php +++ b/htdocs/includes/modules/modCommande.class.php @@ -54,7 +54,7 @@ class modCommande extends DolibarrModules $this->family = "crm"; $this->name = "Commande"; - $this->description = "Gestion des commandes"; + $this->description = "Gestion des commandes clients"; $this->version = 'dolibarr'; // 'experimental' or 'dolibarr' or version $this->const_name = "MAIN_MODULE_COMMANDE"; $this->const_config = MAIN_MODULE_COMMANDE;