diff options
author | Dhruv <dhruv.goel92@gmail.com> | 2013-04-30 22:59:32 +0530 |
---|---|---|
committer | Dhruv <dhruv.goel92@gmail.com> | 2013-04-30 22:59:32 +0530 |
commit | a90a0b087ca3b1e29561a08019ca8ba2fa21c19d (patch) | |
tree | 557a5ae96ade417e2117a3dff63faa04de8c2b1f /phpBB/language/en/ucp.php | |
parent | a5b5e4b31da6f91e73b09b3c2a50d1a79e8c108d (diff) | |
download | forums-a90a0b087ca3b1e29561a08019ca8ba2fa21c19d.tar forums-a90a0b087ca3b1e29561a08019ca8ba2fa21c19d.tar.gz forums-a90a0b087ca3b1e29561a08019ca8ba2fa21c19d.tar.bz2 forums-a90a0b087ca3b1e29561a08019ca8ba2fa21c19d.tar.xz forums-a90a0b087ca3b1e29561a08019ca8ba2fa21c19d.zip |
[ticket/10325] fix language in acp and ucp
PHPBB3-10325
Diffstat (limited to 'phpBB/language/en/ucp.php')
-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 372e44a94d..a91b6b84d5 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_PASSWORD_RESET_DISABLED' => 'The administrator has disabled the password reset functionality. If you need help accessing your account, please contact the %sBoard Administrator%s', + 'UCP_PASSWORD_RESET_DISABLED' => 'The password reset functionality has been disabled. 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', |