From 0f63d3f6bd7265cb0e62eca5f0b8ad2b312f3bea Mon Sep 17 00:00:00 2001 From: cajus Date: Fri, 3 Jul 2009 15:33:56 +0000 Subject: [PATCH] Moved to uppercase roles git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13885 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../admin/roleManagement/class_roleManagement.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-plugins/roleManagement/admin/roleManagement/class_roleManagement.inc b/gosa-plugins/roleManagement/admin/roleManagement/class_roleManagement.inc index b819f8195..d136d398d 100644 --- a/gosa-plugins/roleManagement/admin/roleManagement/class_roleManagement.inc +++ b/gosa-plugins/roleManagement/admin/roleManagement/class_roleManagement.inc @@ -150,7 +150,7 @@ class roleManagement extends plugin /* 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))); } -- 2.30.2