From 362efe167f8698ba59da34571f12c34a402fb326 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 22 Jul 2010 21:49:14 +0000 Subject: [PATCH] Trad --- htdocs/admin/clicktodial.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/admin/clicktodial.php b/htdocs/admin/clicktodial.php index 0bce6a88448..af3544c575d 100644 --- a/htdocs/admin/clicktodial.php +++ b/htdocs/admin/clicktodial.php @@ -38,7 +38,7 @@ if ($_POST["action"] == 'setvalue' && $user->admin) $result=dolibarr_set_const($db, "CLICKTODIAL_URL",$_POST["url"],'chaine',0,'',$conf->entity); if ($result >= 0) { - $mesg='
'.$langs->trans("Success").'
'; + $mesg='
'.$langs->trans("RecordModifiedSuccessfully").'
'; } else {