summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 03db005)
raw | patch | inline | side by side (parent: 03db005)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 3 Jul 2009 15:33:56 +0000 (15:33 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 3 Jul 2009 15:33:56 +0000 (15:33 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13885 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/roleManagement/admin/roleManagement/class_roleManagement.inc | patch | blob | history |
diff --git a/gosa-plugins/roleManagement/admin/roleManagement/class_roleManagement.inc b/gosa-plugins/roleManagement/admin/roleManagement/class_roleManagement.inc
index b819f8195ac66047e3e5be97c29c2b1776148d5d..d136d398de1fdb3746714c733d162a7cf7a6b0c1 100644 (file)
/* Lock the current entry, so nobody will edit it during deletion */
add_lock ($this->dns, $this->ui->dn);
- $smarty->assign("info", msgPool::deleteInfo($dns_names,_("role")));
+ $smarty->assign("info", msgPool::deleteInfo($dns_names,_("Role")));
$smarty->assign("multiple", true);
return($smarty->fetch(get_template_path('remove.tpl', TRUE)));
}