Fixed typo in string acl_inherit_pg_everyone. Fixes issue 22.
authorDan Fuhry <dan@enanocms.org>
Sun, 05 Sep 2010 16:01:38 -0400
changeset 1297 f3eaf6b3ee1b
parent 1292 0e2e476e90e8
child 1298 510187db2b32
Fixed typo in string acl_inherit_pg_everyone. Fixes issue 22.
language/english/admin.json
--- a/language/english/admin.json	Fri Aug 20 01:36:44 2010 -0400
+++ b/language/english/admin.json	Sun Sep 05 16:01:38 2010 -0400
@@ -195,7 +195,7 @@
 			inherit_global_everyone: 'Rule for everyone on the entire site',
 			inherit_global_group: 'Rule for the group "%group_name%" on the entire site',
 			inherit_global_user: 'Rule for this user on the entire site',
-			inherit_pg_everyone: 'Rule for everyone in the page group "%pg_name"',
+			inherit_pg_everyone: 'Rule for everyone in the page group "%pg_name%"',
 			inherit_pg_group: 'Rule for the group "%group_name%" in the page group "%pg_name%"',
 			inherit_pg_user: 'Rule for this user in the page group "%pg_name%"',
 			inherit_local_everyone: 'Rule for everyone on this page',