summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c16ee4b)
raw | patch | inline | side by side (parent: c16ee4b)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 14 Mar 2008 08:35:47 +0000 (08:35 +0000) | ||
committer | cajus <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
diff --git a/gosa-core/plugins/admin/groups/class_groupManagement.inc b/gosa-core/plugins/admin/groups/class_groupManagement.inc
index 2e928eb717c9ac8ecb8ad8924c2f20be183f1779..ae6b5e485bdc2d8e4d054ac1555ecc7dcbab88e9 100644 (file)
$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;
}
diff --git a/gosa-core/plugins/admin/ogroups/class_ogroupManagement.inc b/gosa-core/plugins/admin/ogroups/class_ogroupManagement.inc
index 51193a32ff7fb9b16ac11edaf6987ac723b6e49f..f57d9b44c010819879d39a205ae7b9eabcbb0d28 100644 (file)
$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;
}
diff --git a/gosa-core/plugins/admin/users/class_userManagement.inc b/gosa-core/plugins/admin/users/class_userManagement.inc
index 53d0ad834e82aae79c1363866c5b028061d7019d..55fbae9b02dc391142bbe3564af0cddd926b19b2 100644 (file)
$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;
}
diff --git a/gosa-core/plugins/personal/posix/class_posixAccount.inc b/gosa-core/plugins/personal/posix/class_posixAccount.inc
index 362123e49f155079562f6ce86adc62966206c70f..e457b177e6004a491b88b135486306d90e129132 100644 (file)
{
/* Definitions */
var $plHeadline= "UNIX";
- var $plDescription= "Edit users POSIX extensions";
+ var $plDescription= "Edit users POSIX settings";
/* Plugin specific values */
var $homeDirectory= "";