Update COMMON_ALLOW_ANONYMOUS_ACCESS description wording

This commit is contained in:
Roberto Rosario
2012-01-08 04:58:22 -04:00
parent c3175c7ea4
commit 45031022b6

View File

@@ -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'),
)