X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Fplugins%2Fadmin%2Facl%2Fclass_aclManagement.inc;h=88e0f3607fdf5530c9130a33d7fbf4017c54b0bd;hb=ae98fd3a7307b032bc0e7a5c44be1c7dc38091d5;hp=91cfe3f948ec187d4aca45f8601e12e168ebeef8;hpb=deda6158c87e7d572be24b201c8057b9d8d9823c;p=gosa.git diff --git a/gosa-core/plugins/admin/acl/class_aclManagement.inc b/gosa-core/plugins/admin/acl/class_aclManagement.inc index 91cfe3f94..88e0f3607 100644 --- a/gosa-core/plugins/admin/acl/class_aclManagement.inc +++ b/gosa-core/plugins/admin/acl/class_aclManagement.inc @@ -242,7 +242,7 @@ class aclManagement extends plugin /* Lock the current entry, so nobody will edit it during deletion */ add_lock ($this->dn, $this->ui->dn); - $smarty->assign("info", sprintf(_("You're about to delete the acl %s."), @LDAP::fix($this->dn))); + $smarty->assign("info", msgPool::deleteInfo(@LDAP::fix($this->dn))); $smarty->assign("is_role",true); return($smarty->fetch(get_template_path('remove.tpl', TRUE))); @@ -306,7 +306,7 @@ class aclManagement extends plugin /* Lock the current entry, so nobody will edit it during deletion */ add_lock ($this->dn, $this->ui->dn); - $smarty->assign("info", sprintf(_("You're about to delete the acl %s."), @LDAP::fix($this->dn))); + $smarty->assign("info", msgPool::deleteInfo(@LDAP::fix($this->dn),_("acl"))); $smarty->assign("is_role",false); return($smarty->fetch(get_template_path('remove.tpl', TRUE))); } else {