# HG changeset patch # User Pawel Solyga # Date 1234724036 0 # Node ID 8f66731fe62d3f543008710df8bbca4d882fe726 # Parent c822368a60b123d0995f175012fb6d5f6abd195a Change the message shown when org admin already agreed to agreement when creating org application. Patch by: Pawel Solyga Review by: to-be-reviewed diff -r c822368a60b1 -r 8f66731fe62d 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