diff rhodecode/model/forms.py @ 555:03676d39dd0a

added fault tolerant case when celeryconfig is not present in the directory. small form fixes, and websetup default app title and admin name
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 06 Oct 2010 18:26:59 +0200
parents b75b77ef649d
children 7e536d1af60d
line wrap: on
line diff
--- a/rhodecode/model/forms.py	Wed Oct 06 18:04:27 2010 +0200
+++ b/rhodecode/model/forms.py	Wed Oct 06 18:26:59 2010 +0200
@@ -260,7 +260,7 @@
                             not_empty=True,
                             messages={
                                       'empty':_('Please enter a password'),
-                                      'tooShort':_('Enter a value %(min)i characters long or more')}
+                                      'tooShort':_('Enter %(min)i characters or more')}
                                 )