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;