LSformElement : fix translation of help infos

This commit is contained in:
Benjamin Renard 2010-03-03 18:43:22 +01:00
parent 6746d1f0a6
commit 45d560957b

View file

@ -190,7 +190,7 @@ class LSformElement {
}
$return['label'] = $this -> getLabel();
if (isset($this -> params['help_info'])) {
$return['help_info']=$this -> params['help_info'];
$return['help_info']=__($this -> params['help_info']);
}
return $return;
}