diff -r 00997a7675f2 -r bf64992d08c4 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 '