diff options
author | Graham Eames <grahamje@users.sourceforge.net> | 2006-08-03 19:10:39 +0000 |
---|---|---|
committer | Graham Eames <grahamje@users.sourceforge.net> | 2006-08-03 19:10:39 +0000 |
commit | 957a3bcda1812c63321a0eb6efd9e197443987df (patch) | |
tree | 30356b29a865c6d6df99fdb6c1af6a568b1919e5 /phpBB/language/en/acp/board.php | |
parent | 82f42bb5fa611e790e02bc679b88ce90b3f8156b (diff) | |
download | forums-957a3bcda1812c63321a0eb6efd9e197443987df.tar forums-957a3bcda1812c63321a0eb6efd9e197443987df.tar.gz forums-957a3bcda1812c63321a0eb6efd9e197443987df.tar.bz2 forums-957a3bcda1812c63321a0eb6efd9e197443987df.tar.xz forums-957a3bcda1812c63321a0eb6efd9e197443987df.zip |
Assorted minor language changes
git-svn-id: file:///svn/phpbb/trunk@6233 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/board.php')
-rw-r--r-- | phpBB/language/en/acp/board.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index 3141abdef4..983d49806d 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -283,7 +283,7 @@ $lang = array_merge($lang, array( // Auth settings $lang = array_merge($lang, array( - 'ACP_AUTH_SETTINGS_EXPLAIN' => 'phpBB2 supports authentication plug-ins, or modules. These allow you determine how users are authenticated when they log into the board. By default three plug-ins are provided; DB, LDAP and Apache. Not all methods require additional information so only fill out fields if they are relevant to the selected method.', + 'ACP_AUTH_SETTINGS_EXPLAIN' => 'phpBB supports authentication plug-ins, or modules. These allow you determine how users are authenticated when they log into the board. By default three plug-ins are provided; DB, LDAP and Apache. Not all methods require additional information so only fill out fields if they are relevant to the selected method.', 'AUTH_METHOD' => 'Select an authentication method', |