Fixed a typo in Organization model.
authorLennard de Rijk <ljvderijk@gmail.com>
Mon, 23 Mar 2009 08:44:29 +0000
changeset 1994 bf64992d08c4
parent 1993 00997a7675f2
child 1995 768f533d91e3
Fixed a typo in Organization model. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
app/soc/models/organization.py
--- a/app/soc/models/organization.py	Sun Mar 22 23:45:23 2009 +0000
+++ b/app/soc/models/organization.py	Mon Mar 23 08:44:29 2009 +0000
@@ -46,7 +46,7 @@
       ' and other non-member participants, when they apply to contribute'
       ' to the organization.')
 
-  ideas = db.LinkProperty(required=False, verbose_name=ugettext('Idea list'))
+  ideas = db.LinkProperty(required=False, verbose_name=ugettext('Ideas list'))
   ideas.help_text = ugettext(
       'The URL to the ideas list of your organization.')
   ideas.example_text = ugettext('For instance a link to a Melange public '