diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-01-11 16:25:49 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-01-11 16:25:49 +0000 |
commit | d7e485e5f6fd5f52e8bda854c3ad67c5b53337ae (patch) | |
tree | 9bec7082d510d493b20a92d399070ce69464a188 /phpBB/language | |
parent | 08fd930da0835465a8f0a3f161a7c6cad098ae3f (diff) | |
download | forums-d7e485e5f6fd5f52e8bda854c3ad67c5b53337ae.tar forums-d7e485e5f6fd5f52e8bda854c3ad67c5b53337ae.tar.gz forums-d7e485e5f6fd5f52e8bda854c3ad67c5b53337ae.tar.bz2 forums-d7e485e5f6fd5f52e8bda854c3ad67c5b53337ae.tar.xz forums-d7e485e5f6fd5f52e8bda854c3ad67c5b53337ae.zip |
more capitals et al
git-svn-id: file:///svn/phpbb/trunk@3311 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-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', |