app/soc/models/student_proposal.py
changeset 1779 cdd11aa8dbc7
parent 1657 77832a2171af
child 1788 f7665077a54f
--- a/app/soc/models/student_proposal.py	Mon Mar 09 19:37:56 2009 +0000
+++ b/app/soc/models/student_proposal.py	Mon Mar 09 20:43:46 2009 +0000
@@ -80,9 +80,8 @@
   #: new : the proposal has not been ranked/scored yet
   #: pending: the proposal is in the process of being ranked/scored
   #: accepted: the proposal has been assigned a project slot
-  #: rejected: the proposal has not been assigned a slot or the organization
-  #: does not want this proposal.
-  #: invalid: the student or developer marked this as an invalid proposal.
+  #: rejected: the proposal has not been assigned a slot
+  #: invalid: the student or org admin marked this as an invalid proposal.
   status = db.StringProperty(required=True, default='new',
       choices=['new', 'pending', 'accepted', 'rejected', 'invalid'])