app/soc/views/helper/forms.py
changeset 970 8b5611d5b053
parent 866 6c918ceba37a
child 1167 346117bd30cf
--- a/app/soc/views/helper/forms.py	Sat Jan 24 21:38:28 2009 +0000
+++ b/app/soc/views/helper/forms.py	Sat Jan 24 23:56:34 2009 +0000
@@ -46,7 +46,7 @@
   This class detects the presence of a help_text attribute and adds it to
   the corresponding form field object.
 
-  ugettext_lazy() proxies used for internationalization in the Model will
+  ugettext() proxies used for internationalization in the Model will
   still work correctly with this new behavior, as long as the original
   strings are used as the translation keys.
   """