From 1fda58ed93aa5676667f46a115d7a101042e126e Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Tue, 28 Nov 2017 07:16:42 +0100 Subject: [PATCH] Traduction --- include/lib/icard.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lib/icard.class.php b/include/lib/icard.class.php index 2b809c991..1751e77b4 100644 --- a/include/lib/icard.class.php +++ b/include/lib/icard.class.php @@ -204,7 +204,7 @@ class ICard extends HtmlInput public function input($p_name=null,$p_value=null) { if ( $p_name == null && $this->name == "") - throw (new Exception('Le nom d une icard doit ĂȘtre donne')); + throw (new Exception(_('Le nom d une icard doit ĂȘtre donne'))); $this->value=($p_value==null)?$this->value:$p_value; if ( $this->readOnly==true) return $this->display();