diff options
author | Dhruv <dhruv.goel92@gmail.com> | 2013-01-27 11:27:28 +0530 |
---|---|---|
committer | Dhruv <dhruv.goel92@gmail.com> | 2013-04-25 21:01:21 +0530 |
commit | c048067bbd45b51595cc243cc4edde1d84eda405 (patch) | |
tree | c2f29ebcbe3a68c011b213c121c27eeade41bda3 /phpBB/language | |
parent | f1e615c4297a509325b764e1966118fe171ebbb5 (diff) | |
download | forums-c048067bbd45b51595cc243cc4edde1d84eda405.tar forums-c048067bbd45b51595cc243cc4edde1d84eda405.tar.gz forums-c048067bbd45b51595cc243cc4edde1d84eda405.tar.bz2 forums-c048067bbd45b51595cc243cc4edde1d84eda405.tar.xz forums-c048067bbd45b51595cc243cc4edde1d84eda405.zip |
[ticket/10325] fix language key
PHPBB3-10325
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/ucp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index 3864414af0..920dfaf176 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -521,7 +521,7 @@ $lang = array_merge($lang, array( 'UCP_USERGROUPS_MEMBER' => 'Edit memberships', 'UCP_USERGROUPS_MANAGE' => 'Manage groups', - 'UCP_FORGOT_PASSWORD_DISABLED' => 'The administrator has disabled the password reset ability. If you need help accessing your account, please contact the %sBoard Administrator%s', + 'UCP_PASSWORD_RESET_DISABLED' => 'The administrator has disabled the password reset ability. If you need help accessing your account, please contact the %sBoard Administrator%s', 'UCP_REGISTER_DISABLE' => 'Creating a new account is currently not possible.', 'UCP_REMIND' => 'Send password', 'UCP_RESEND' => 'Send activation email', |