damned-lies r1396 - in trunk: . people



Author: claudep
Date: Mon Jan 26 12:16:14 2009
New Revision: 1396
URL: http://svn.gnome.org/viewvc/damned-lies?rev=1396&view=rev

Log:
2009-01-26  Claude Paroz  <claude 2xlibre net>

	* people/forms.py: OpenId -> OpenID.
	Fixes #569170.

Modified:
   trunk/ChangeLog
   trunk/people/forms.py

Modified: trunk/people/forms.py
==============================================================================
--- trunk/people/forms.py	(original)
+++ trunk/people/forms.py	Mon Jan 26 12:16:14 2009
@@ -36,7 +36,7 @@
         password2 = cleaned_data.get('password2')
         openid_url = cleaned_data.get('openid_url')
         if not password1 and not openid_url:
-            raise forms.ValidationError(_(u'You must either provide an OpenId or a password'))
+            raise forms.ValidationError(_(u'You must either provide an OpenID or a password'))
         
         if password1 and password1 != password2:
             raise forms.ValidationError(_(u'The passwords do not match'))



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]