Code

msgPool
[gosa.git] / gosa-core / plugins / admin / acl / class_aclManagement.inc
index 91cfe3f948ec187d4aca45f8601e12e168ebeef8..88e0f3607fdf5530c9130a33d7fbf4017c54b0bd 100644 (file)
@@ -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 {