Code

Added messages
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 14 Mar 2008 08:35:47 +0000 (08:35 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 14 Mar 2008 08:35:47 +0000 (08:35 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9799 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/admin/groups/class_groupManagement.inc
gosa-core/plugins/admin/ogroups/class_ogroupManagement.inc
gosa-core/plugins/admin/users/class_userManagement.inc
gosa-core/plugins/personal/posix/class_posixAccount.inc

index 2e928eb717c9ac8ecb8ad8924c2f20be183f1779..ae6b5e485bdc2d8e4d054ac1555ecc7dcbab88e9 100644 (file)
@@ -188,8 +188,7 @@ class groupManagement extends plugin
       $o_queue = new gosaSupportDaemon();
       $o_queue->append($this->grouptab);
       if($o_queue->is_error()){
-        msg_dialog::display(_("Daemon"),sprintf(_("Something went wrong while talking to the daemon: %s."),
-              $o_queue->get_error()),ERROR_DIALOG);
+        msg_dialog::display(_("Service infrastructure"), msgPool::siError($o_queue->get_error()),ERROR_DIALOG);
       }else{
         $this->grouptab = FALSE;
       }
index 51193a32ff7fb9b16ac11edaf6987ac723b6e49f..f57d9b44c010819879d39a205ae7b9eabcbb0d28 100644 (file)
@@ -170,8 +170,7 @@ class ogroupManagement extends plugin
       $o_queue = new gosaSupportDaemon();
       $o_queue->append($this->ogroup);
       if($o_queue->is_error()){
-        msg_dialog::display(_("Daemon"),sprintf(_("Something went wrong while talking to the daemon: %s."),
-              $o_queue->get_error()),ERROR_DIALOG);
+        msg_dialog::display(_("Service infrastructure"), msgPool::siError($o_queue->get_error()),ERROR_DIALOG);
       }else{
         $this->ogroup = FALSE;
       }
index 53d0ad834e82aae79c1363866c5b028061d7019d..55fbae9b02dc391142bbe3564af0cddd926b19b2 100644 (file)
@@ -190,8 +190,7 @@ class userManagement extends plugin
       $o_queue = new gosaSupportDaemon();
       $o_queue->append($this->usertab);
       if($o_queue->is_error()){
-        msg_dialog::display(_("Daemon"),sprintf(_("Something went wrong while talking to the daemon: %s."),
-              $o_queue->get_error()),ERROR_DIALOG);
+        msg_dialog::display(_("Service infrastructure"), msgPool::siError($o_queue->get_error()),ERROR_DIALOG);
       }else{
         $this->usertab = FALSE;
       }
index 362123e49f155079562f6ce86adc62966206c70f..e457b177e6004a491b88b135486306d90e129132 100644 (file)
@@ -35,7 +35,7 @@ class posixAccount extends plugin
 {
   /* Definitions */
   var $plHeadline= "UNIX";
-  var $plDescription= "Edit users POSIX extensions";
+  var $plDescription= "Edit users POSIX settings";
 
   /* Plugin specific values */
   var $homeDirectory= "";