From 45031022b6dcd637e4c5d46b966e39b1043d333d Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sun, 8 Jan 2012 04:58:22 -0400 Subject: [PATCH] Update COMMON_ALLOW_ANONYMOUS_ACCESS description wording --- apps/common/conf/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/common/conf/settings.py b/apps/common/conf/settings.py index 3372111a51..e1ec67ada3 100644 --- a/apps/common/conf/settings.py +++ b/apps/common/conf/settings.py @@ -71,5 +71,5 @@ register_setting( name=u'ALLOW_ANONYMOUS_ACCESS', global_name=u'COMMON_ALLOW_ANONYMOUS_ACCESS', default=False, - description=_(u'Allows non authenticated users access to all views'), + description=_(u'Allow non authenticated users, access to all views'), )