Fix typos in comments and help text in soc.models.program module.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Thu, 29 Jan 2009 08:14:46 +0000
changeset 1057 75f72ea26883
parent 1056 d0c82bdc2de2
child 1058 6acbbb68f032
Fix typos in comments and help text in soc.models.program module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
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(