Change the message shown when org admin already agreed to agreement when creating org application.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Sun, 15 Feb 2009 18:53:56 +0000
changeset 1351 8f66731fe62d
parent 1350 c822368a60b1
child 1352 4f118840617f
Change the message shown when org admin already agreed to agreement when creating org application. Patch by: Pawel Solyga Review by: to-be-reviewed
app/soc/views/models/org_admin.py
--- 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