Fix typos in comments and help text in soc.models.program module.
Patch by: Pawel Solyga
Reviewed by: to-be-reviewed
--- 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(