diff options
author | Prosk8er <prosk8er@gotskillslounge.com> | 2013-09-14 15:28:04 -0400 |
---|---|---|
committer | Prosk8er <prosk8er@gotskillslounge.com> | 2013-09-14 15:28:04 -0400 |
commit | 30a26f23a4f9a206ee251e13520b04a6f8db68c7 (patch) | |
tree | 4016816a3d43d17e045cc8d311ab8a697bb47b0f /phpBB | |
parent | 235e3f55956001ad98c6c584913b4e9723112607 (diff) | |
download | forums-30a26f23a4f9a206ee251e13520b04a6f8db68c7.tar forums-30a26f23a4f9a206ee251e13520b04a6f8db68c7.tar.gz forums-30a26f23a4f9a206ee251e13520b04a6f8db68c7.tar.bz2 forums-30a26f23a4f9a206ee251e13520b04a6f8db68c7.tar.xz forums-30a26f23a4f9a206ee251e13520b04a6f8db68c7.zip |
[ticket/11844] update acp/authentication language var
the language var ACP_AUTH_SETTINGS_EXPLAIN in language/en/acp/board.php
PHPBB3-11844
Diffstat (limited to 'phpBB')
-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 6eabe99d80..f786374ba6 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -392,7 +392,7 @@ $lang = array_merge($lang, array( // Auth settings $lang = array_merge($lang, array( - '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.', + '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 four plug-ins are provided: DB, LDAP, Apache, and OAuth. 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', |