app/soc/models/program.py
changeset 1057 75f72ea26883
parent 1053 3b9552cf748a
child 1107 a878188e225c
--- 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(