Code

Moved new_ldap_conf
[gosa.git] / gosa-core / setup / class_setupStep_Feedback.inc
index 514b6e79fdfab635d812c57d0ad69ad40f69b154..53993ce4ae95bc46a065a4dc9624764a2ada1e22 100644 (file)
@@ -175,12 +175,12 @@ class Step_Feedback  extends setup_step
   function check_feedback()
   {
     $msgs = array();
-    if(!is_email($this->eMail) || empty($this->eMail)){
+    if(!tests::is_email($this->eMail) || empty($this->eMail)){
       $msgs[] = _("Please specify a valid email address.");
     }
 
     if(!$this->subscribe && !$this->use_gosa_announce){
-      $msgs[] = _("You should have enabled at least one option, to subscribe or send your feedback.");
+      $msgs[] = _("You have to select at least one of both options, subscribe or send feedback.");
     }
 
     return($msgs);