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();