app/soc/models/organization.py
changeset 1994 bf64992d08c4
parent 1760 393891d794e2
child 2037 3f355dca3679
--- 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 '