summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 51c943e)
raw | patch | inline | side by side (parent: 51c943e)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 14 Mar 2008 15:24:50 +0000 (15:24 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 14 Mar 2008 15:24:50 +0000 (15:24 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9870 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/addons/goto/class_gotomasses.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/addons/goto/class_gotomasses.inc b/gosa-plugins/goto/addons/goto/class_gotomasses.inc
index 9cb39a956e9889d5bb9f5b809c8d38066671821a..1edf44b4d2b5be29ebceb54d39696e307f222238 100644 (file)
if(is_object($this->dialog)){
$this->dialog->save_object();
if(!$this->o_queue->append($this->dialog)){
- msg_dialog::display(_("Daemon"),sprintf(_("Something went wrong while talking to the daemon: %s."),
- $this->o_queue->get_error()),ERROR_DIALOG);
+ msg_dialog::display(_("Service infrastructure"),msgPool::siError($this->o_queue->get_error()),ERROR_DIALOG);
}else{
$this->dialog = FALSE;
$this->current = -1;