diff rhodecode/controllers/admin/permissions.py @ 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 a8f2d78d14ea
children 3563bb7b4b82 08cf7741e5e1
line wrap: on
line diff
--- a/rhodecode/controllers/admin/permissions.py	Wed Apr 03 15:56:12 2013 +0200
+++ b/rhodecode/controllers/admin/permissions.py	Wed Apr 03 17:19:47 2013 +0200
@@ -67,11 +67,11 @@
                                     ('group.admin', _('Admin'),)]
         self.register_choices = [
             ('hg.register.none',
-                _('disabled')),
+                _('Disabled')),
             ('hg.register.manual_activate',
-                _('allowed with manual account activation')),
+                _('Allowed with manual account activation')),
             ('hg.register.auto_activate',
-                _('allowed with automatic account activation')), ]
+                _('Allowed with automatic account activation')), ]
 
         self.create_choices = [('hg.create.none', _('Disabled')),
                                ('hg.create.repository', _('Enabled'))]