Code

Moved to uppercase roles
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 3 Jul 2009 15:33:56 +0000 (15:33 +0000)
committercajus <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

index b819f8195ac66047e3e5be97c29c2b1776148d5d..d136d398de1fdb3746714c733d162a7cf7a6b0c1 100644 (file)
@@ -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)));
         }