diff options
author | Dhruv <dhruv.goel92@gmail.com> | 2013-01-27 03:09:52 +0530 |
---|---|---|
committer | Dhruv <dhruv.goel92@gmail.com> | 2013-04-25 21:01:19 +0530 |
commit | f1e615c4297a509325b764e1966118fe171ebbb5 (patch) | |
tree | 22f476a34af4e1afbffd95fe523652287a3fc5cb /phpBB/language | |
parent | 1a51abcca293b0e2bd836af0dcb9d77054c1d401 (diff) | |
download | forums-f1e615c4297a509325b764e1966118fe171ebbb5.tar forums-f1e615c4297a509325b764e1966118fe171ebbb5.tar.gz forums-f1e615c4297a509325b764e1966118fe171ebbb5.tar.bz2 forums-f1e615c4297a509325b764e1966118fe171ebbb5.tar.xz forums-f1e615c4297a509325b764e1966118fe171ebbb5.zip |
[ticket/10325] fix language variable
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 ce93c7bcf8..3864414af0 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_DISABLE' => 'The administrator has disabled the password reset ability. If you need help accessing your account, please contact the %sBoard Administrator%s', + '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_REGISTER_DISABLE' => 'Creating a new account is currently not possible.', 'UCP_REMIND' => 'Send password', 'UCP_RESEND' => 'Send activation email', |