diff --git a/public_html/includes/class/class.LSformElement.php b/public_html/includes/class/class.LSformElement.php index 92802a70..ad17ff07 100644 --- a/public_html/includes/class/class.LSformElement.php +++ b/public_html/includes/class/class.LSformElement.php @@ -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; }