diff rhodecode/templates/admin/users_groups/users_groups.html @ 3654:ec6354949623 beta

Fix a lot of casings - use standard casing in most places
author Mads Kiilerich <madski@unity3d.com>
date Wed, 03 Apr 2013 17:19:47 +0200
parents 32cb8d45f330
children 355fcdd2c027
line wrap: on
line diff
--- a/rhodecode/templates/admin/users_groups/users_groups.html	Wed Apr 03 15:56:12 2013 +0200
+++ b/rhodecode/templates/admin/users_groups/users_groups.html	Wed Apr 03 17:19:47 2013 +0200
@@ -8,7 +8,7 @@
 <%def name="breadcrumbs_links()">
     ${h.link_to(_('Admin'),h.url('admin_home'))}
     &raquo;
-    ${_('user groups')}
+    ${_('User groups')}
 </%def>
 
 <%def name="page_nav()">
@@ -31,10 +31,10 @@
     <div class="table">
         <table class="table_disp">
         <tr class="header">
-            <th class="left">${_('group name')}</th>
-            <th class="left">${_('members')}</th>
-            <th class="left">${_('active')}</th>
-            <th class="left">${_('action')}</th>
+            <th class="left">${_('Group name')}</th>
+            <th class="left">${_('Members')}</th>
+            <th class="left">${_('Active')}</th>
+            <th class="left">${_('Action')}</th>
         </tr>
             %for cnt,u_group in enumerate(c.users_groups_list):
                 <tr class="parity${cnt%2}">