From d7e485e5f6fd5f52e8bda854c3ad67c5b53337ae Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sat, 11 Jan 2003 16:25:49 +0000 Subject: [PATCH] more capitals et al git-svn-id: file:///svn/phpbb/trunk@3311 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/lang_admin.php | 8 ++++---- 1 file 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',