# HG changeset patch # User Pawel Solyga # Date 1233216886 0 # Node ID 75f72ea26883af041fb99c23e57eea35337aca40 # Parent d0c82bdc2de235c991bd1ab95790d49b84aac4d6 Fix typos in comments and help text in soc.models.program module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed diff -r d0c82bdc2de2 -r 75f72ea26883 app/soc/models/program.py --- a/app/soc/models/program.py Thu Jan 29 01:39:31 2009 +0000 +++ b/app/soc/models/program.py Thu Jan 29 08:14:46 2009 +0000 @@ -104,10 +104,10 @@ is_enabled = db.BooleanProperty(default=False, verbose_name=ugettext('Is Enabled')) is_enabled.help_text = ugettext( - 'Field used to indicate if a Presence is enabled at all, and as such' + 'Field used to indicate if a Program is enabled at all, and as such' ' accessible to non-developers.') - #: Whether the program is enabled + #: Whether the slots allocations are visible allocations_visible = db.BooleanProperty(default=False, verbose_name=ugettext('Slot allocations visible')) allocations_visible.help_text = ugettext(