From: cajus Date: Fri, 3 Jul 2009 15:33:56 +0000 (+0000) Subject: Moved to uppercase roles X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0f63d3f6bd7265cb0e62eca5f0b8ad2b312f3bea;p=gosa.git Moved to uppercase roles git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13885 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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))); }