From: hickert Date: Tue, 8 May 2007 08:44:45 +0000 (+0000) Subject: Updated messages X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=555bac8d6bc7df2a71c182d00d11e4a8a7c8a8b7;p=gosa.git Updated messages git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6292 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/setup/class_setupStep_Feedback.inc b/setup/class_setupStep_Feedback.inc index abd2a6603..dc273e64f 100644 --- a/setup/class_setupStep_Feedback.inc +++ b/setup/class_setupStep_Feedback.inc @@ -143,8 +143,8 @@ class Step_Feedback extends setup_step while($ret && !feof($ret)){ $ret_value.= fgets($ret,256); } - if(!preg_match("/successfully/i",$ret_value)){ - print_red(_("Error while sending feedback.")); + if(!preg_match("/successful/i",$ret_value)){ + print_red(_("Error while sending your feedback. The service is possible temporary unavailable")); }else{ $additional_info = ""._("Feedback sucessfully send").""; }