diff options
-rw-r--r-- | phpBB/language/en/lang_admin.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/language/en/lang_admin.php b/phpBB/language/en/lang_admin.php index 9a9df6cb7b..7d3f312455 100644 --- a/phpBB/language/en/lang_admin.php +++ b/phpBB/language/en/lang_admin.php @@ -200,10 +200,10 @@ $lang = array_merge($lang, array( 'Inherit' => 'Inherit', 'Deny' => 'Deny', 'Basic' => 'Basic', - 'All_Allow' => 'All Allow', - 'All_Deny' => 'All Deny', - 'All_Inherit' => 'All Inherit', - 'INHERIT_PARENT' => 'Inherit from parent', + 'ALL_ALLOW' => 'All Allow', + 'ALL_DENY' => 'All Deny', + 'ALL_INHERIT' => 'All Inherit', + 'INHERIT_PARENT' => 'From Parent', 'ACL_PRESET' => 'Preset', 'Inheritance' => 'Inheritance', 'Inheritance_explain' => 'Select the subforums you want to inherit these permissions', |