Code

msgPool
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 14 Mar 2008 15:24:50 +0000 (15:24 +0000)
committerhickert <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

index 9cb39a956e9889d5bb9f5b809c8d38066671821a..1edf44b4d2b5be29ebceb54d39696e307f222238 100644 (file)
@@ -260,8 +260,7 @@ class gotomasses extends plugin
       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;