From: hickert Date: Tue, 8 May 2007 08:29:48 +0000 (+0000) Subject: Removed more detailed error messages, from feedback sending message X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6c393148823447714dfbe7f3ef9d9ccf5b42196d;p=gosa.git Removed more detailed error messages, from feedback sending message git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6291 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/setup/class_setupStep_Feedback.inc b/setup/class_setupStep_Feedback.inc index 778345d4d..abd2a6603 100644 --- a/setup/class_setupStep_Feedback.inc +++ b/setup/class_setupStep_Feedback.inc @@ -144,7 +144,7 @@ class Step_Feedback extends setup_step $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 = ""._("Feedback sucessfully send").""; }