app/soc/views/models/org_admin.py
changeset 1351 8f66731fe62d
parent 1343 4ba39392c854
child 1377 101759701e51
--- a/app/soc/views/models/org_admin.py	Sun Feb 15 18:52:38 2009 +0000
+++ b/app/soc/views/models/org_admin.py	Sun Feb 15 18:53:56 2009 +0000
@@ -44,7 +44,8 @@
   """
 
   DEF_ALREADY_AGREED_MSG = ugettext(
-      "You already agreed to the Agreement when applying")
+      "You have already accepted this agreement when submitting "
+      "the organization application.")
 
   def __init__(self, params=None):
     """Defines the fields and methods required for the base View class