summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6c39314)
raw | patch | inline | side by side (parent: 6c39314)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 8 May 2007 08:44:45 +0000 (08:44 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 8 May 2007 08:44:45 +0000 (08:44 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6292 594d385d-05f5-0310-b6e9-bd551577e9d8
setup/class_setupStep_Feedback.inc | patch | blob | history |
index abd2a66039bb6763bd1d62e5d63cb794636f19f7..dc273e64fd8ce51981d11377389c31442a505db7 100644 (file)
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 = "<font color='green'>"._("Feedback sucessfully send")."</font>";
}