Author: nigelj Date: 2008-06-15 11:32:36 +0000 (Sun, 15 Jun 2008) New Revision: 55
Modified: branches/0.1.0-STABLE/elections/controllers.py Log: Typo fix reported by dtimms
Modified: branches/0.1.0-STABLE/elections/controllers.py =================================================================== --- branches/0.1.0-STABLE/elections/controllers.py 2008-06-14 00:38:34 UTC (rev 54) +++ branches/0.1.0-STABLE/elections/controllers.py 2008-06-15 11:32:36 UTC (rev 55) @@ -212,7 +212,7 @@ if identity.was_login_attempted(): msg="The credentials you supplied were not correct or did not grant access to this resource." elif identity.get_identity_errors(): - msg="You must provide your credentials before accessing his resource." + msg="You must provide your credentials before accessing this resource." else: msg="Please log in." forward_url= request.headers.get("Referer", "/")
elections-devel@lists.stg.fedorahosted.org