Change the message shown when org admin already agreed to agreement when creating org application.
Patch by: Pawel Solyga
Review by: to-be-reviewed
--- 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