summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 45bdbfd)
raw | patch | inline | side by side (parent: 45bdbfd)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 8 May 2007 08:29:48 +0000 (08:29 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 8 May 2007 08:29:48 +0000 (08:29 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6291 594d385d-05f5-0310-b6e9-bd551577e9d8
setup/class_setupStep_Feedback.inc | patch | blob | history |
index 778345d4d58c1072f66501006c51f7da978893a2..abd2a66039bb6763bd1d62e5d63cb794636f19f7 100644 (file)
$ret_value.= fgets($ret,256);
}
if(!preg_match("/successfully/i",$ret_value)){
- print_red(sprintf(_("Could not send feedback. Script said '%s'."),$ret_value));
+ print_red(_("Error while sending feedback."));
}else{
$additional_info = "<font color='green'>"._("Feedback sucessfully send")."</font>";
}