From fefcdeffea84f5aac9ef892bc8785f517bd15b37 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 12 Dec 2004 04:06:47 +0000 Subject: [PATCH] =?UTF-8?q?Renomage=20libell=E9=20module?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/includes/modules/modWebcalendar.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/includes/modules/modWebcalendar.class.php b/htdocs/includes/modules/modWebcalendar.class.php index fa12fcc122b..9385c831939 100644 --- a/htdocs/includes/modules/modWebcalendar.class.php +++ b/htdocs/includes/modules/modWebcalendar.class.php @@ -52,7 +52,7 @@ class modWebcalendar extends DolibarrModules $this->family = "projects"; $this->name = "Webcalendar"; - $this->description = "Gestion de l'outil Webcalendar"; + $this->description = "Interfaçage avec le calendrier Webcalendar"; $this->const_name = "MAIN_MODULE_WEBCALENDAR"; $this->const_config = MAIN_MODULE_WEBCALENDAR; $this->special = 0;