diff options
author | Andreas Gohr <andi@splitbrain.org> | 2008-12-16 17:23:05 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2008-12-16 17:23:05 +0100 |
commit | 0ef438155a581b3c16f9997eb4d446d5abd3e59e (patch) | |
tree | a3208bac2cbfe17d9122883b2b75948478a296cb /lib/plugins/acl/lang | |
parent | 159765765d0a79d18bc59d46362365c552218f68 (diff) | |
download | rpg-0ef438155a581b3c16f9997eb4d446d5abd3e59e.tar.gz rpg-0ef438155a581b3c16f9997eb4d446d5abd3e59e.tar.bz2 |
ACL Manager: Add footnote about permission inclusion
darcs-hash:20081216162305-7ad00-c1abb00d3d0992977a7f366da2eeb6e2b18b0857.gz
Diffstat (limited to 'lib/plugins/acl/lang')
-rw-r--r-- | lib/plugins/acl/lang/en/lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/plugins/acl/lang/en/lang.php b/lib/plugins/acl/lang/en/lang.php index 039f2ee16..38ff20c88 100644 --- a/lib/plugins/acl/lang/en/lang.php +++ b/lib/plugins/acl/lang/en/lang.php @@ -28,6 +28,7 @@ $lang['p_choose_ns'] = 'Please <b>enter a user or group</b> in the form above t $lang['p_inherited'] = 'Note: Those permissions were not set explicitly but were inherited from other groups or higher namespaces.'; $lang['p_isadmin'] = 'Note: The selected group or user has always full permissions because it is configured as superuser.'; +$lang['p_include'] = 'Higher permissions include lower ones. Create, Upload and Delete permissions only apply to namespaces, not pages.'; $lang['current'] = 'Current ACL Rules'; $lang['where'] = 'Page/Namespace'; |