diff options
author | Dhruv <dhruv.goel92@gmail.com> | 2013-01-27 03:07:52 +0530 |
---|---|---|
committer | Dhruv <dhruv.goel92@gmail.com> | 2013-04-25 21:01:14 +0530 |
commit | 1a51abcca293b0e2bd836af0dcb9d77054c1d401 (patch) | |
tree | f05b6528c0574999abb85463cdfff782f117ef8f /phpBB/language/en/acp | |
parent | f8012cc239d8b442e78bbbb8a5cc5856d2a714a0 (diff) | |
download | forums-1a51abcca293b0e2bd836af0dcb9d77054c1d401.tar forums-1a51abcca293b0e2bd836af0dcb9d77054c1d401.tar.gz forums-1a51abcca293b0e2bd836af0dcb9d77054c1d401.tar.bz2 forums-1a51abcca293b0e2bd836af0dcb9d77054c1d401.tar.xz forums-1a51abcca293b0e2bd836af0dcb9d77054c1d401.zip |
[ticket/10325] change language var
PHPBB3-10325
Diffstat (limited to 'phpBB/language/en/acp')
-rw-r--r-- | phpBB/language/en/acp/board.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index 4b2020b894..c0f6153788 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -454,8 +454,8 @@ $lang = array_merge($lang, array( 'ALL' => 'All', 'ALLOW_AUTOLOGIN' => 'Allow "Remember Me" logins', 'ALLOW_AUTOLOGIN_EXPLAIN' => 'Determines whether users are given "Remember Me" option when they visit the board.', - 'ALLOW_FORGOT_PASSWORD' => 'Allow "forgot password"', - 'ALLOW_FORGOT_PASSWORD_EXPLAIN' => 'Determines whether users can use the "forgot password" option to recover their account', + 'ALLOW_PASSWORD_RESET' => 'Allow "forgot password"', + 'ALLOW_PASSWORD_RESET_EXPLAIN' => 'Determines whether users can use the "forgot password" option to recover their account', 'AUTOLOGIN_LENGTH' => '"Remember Me" login key expiration length (in days)', 'AUTOLOGIN_LENGTH_EXPLAIN' => 'Number of days after which "Remember Me" login keys are removed or zero to disable.', 'BROWSER_VALID' => 'Validate browser', |