diff rhodecode/model/validators.py @ 3925:8ddf35e02d05 beta

updated translations and added transifex link
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 01 Jun 2013 18:03:44 +0200
parents 424b6c711a7f
children 3208aaefc9ca
line wrap: on
line diff
--- a/rhodecode/model/validators.py	Sat Jun 01 01:03:31 2013 +0200
+++ b/rhodecode/model/validators.py	Sat Jun 01 18:03:44 2013 +0200
@@ -87,8 +87,8 @@
                 _(u'Username "%(username)s" is forbidden'),
             'invalid_username':
                 _(u'Username may only contain alphanumeric characters '
-                  'underscores, periods or dashes and must begin with '
-                  'alphanumeric character or underscore')
+                    'underscores, periods or dashes and must begin with '
+                    'alphanumeric character or underscore')
         }
 
         def validate_python(self, value, state):