diff --git a/htdocs/admin/clicktodial.php b/htdocs/admin/clicktodial.php
index 82c33b77e50..26e8045ec58 100644
--- a/htdocs/admin/clicktodial.php
+++ b/htdocs/admin/clicktodial.php
@@ -56,6 +56,9 @@ llxHeader();
$linkback=''.$langs->trans("BackToModuleList").'';
print_fiche_titre($langs->trans("ClickToDialSetup"),$linkback,'setup');
+print $langs->trans("ClickToDialDesc")."
\n";
+
+
if ($mesg) print '
'.$mesg;
print '
';
diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang
index 27a8a0079e5..e523ac01824 100644
--- a/htdocs/langs/en_US/admin.lang
+++ b/htdocs/langs/en_US/admin.lang
@@ -75,6 +75,7 @@ OffsetWithGreenwich=Offset width Greenwich (secondes)
OSEnv=OS Environment
Box=Box
Boxes=Boxes
+MaxNbOfLinesForBoxes=Max number of lines for boxes
PositionByDefault=Default order
Position=Order
MenusDesc=Menus managers define content of the 2 menu bars (horizontal bar and vertical bar).
@@ -908,3 +909,5 @@ OptionVatDebitOptionDesc=L'exigibilit
##### Agenda #####
AgendaSetup=Actions and agenda module setup
PasswordTogetVCalExport=Key to authorize vcal export link
+##### ClickToDial #####
+ClickToDialDesc=This module allows to add an icon after the phone number of Dolibarr contacts. A click on this icon, will call a serveur with a particular URL you define below. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
diff --git a/htdocs/langs/fr_FR/admin.lang b/htdocs/langs/fr_FR/admin.lang
index 49d659b9dce..f8b4bcc9f82 100644
--- a/htdocs/langs/fr_FR/admin.lang
+++ b/htdocs/langs/fr_FR/admin.lang
@@ -75,6 +75,7 @@ OffsetWithGreenwich=Offset avec Greenwich (secondes)
OSEnv=Environnement OS
Box=Boîte
Boxes=Boîtes
+MaxNbOfLinesForBoxes=Nombre max de lignes pour les boites
PositionByDefault=Position par défaut
Position=Ordre
MenusDesc=Les gestionnaires de menu définissent le contenu des 2 barres de menus (la barre horizontale et la barre verticale). Il est possible de mettre un gestionnaire différent selon que l'utilisateur soit interne ou externe.
@@ -912,4 +913,6 @@ OptionVatDebitOptionDesc=L'exigibilit
##### Agenda #####
AgendaSetup=Configuration du module actions et agenda
PasswordTogetVCalExport=Clé pour autoriser export vcal
+##### ClickToDial #####
+ClickToDialDesc=Ce module permet d'ajouter un petit picto a coté des numéros de téléphones des contacts. Un clic sur ce picto provoque l'appel de l'URL définie dans ce paramétrage. Ceci permet de provoquer des appels à un serveur de téléphonie depuis Dolibarr qui peut alors composer le numéro sur un system SIP par exemple.