From 81b9cb44f7634c4c68c26dd39fa306758b5b43a8 Mon Sep 17 00:00:00 2001 From: Nigel Jones Date: Jun 15 2008 11:32:36 +0000 Subject: Typo fix reported by dtimms git-svn-id: svn+ssh://svn.fedorahosted.org/svn/elections/branches/0.1.0-STABLE@55 d77cda62-7b1a-441a-8d08-c06ad5917f56 --- diff --git a/elections/controllers.py b/elections/controllers.py index 076921c..32bd1ad 100644 --- a/elections/controllers.py +++ b/elections/controllers.py @@ -212,7 +212,7 @@ class Root(controllers.RootController): 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", "/")