aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2013-04-30 22:59:32 +0530
committerDhruv <dhruv.goel92@gmail.com>2013-04-30 22:59:32 +0530
commita90a0b087ca3b1e29561a08019ca8ba2fa21c19d (patch)
tree557a5ae96ade417e2117a3dff63faa04de8c2b1f /phpBB/language
parenta5b5e4b31da6f91e73b09b3c2a50d1a79e8c108d (diff)
downloadforums-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')
-rw-r--r--phpBB/language/en/acp/board.php2
-rw-r--r--phpBB/language/en/ucp.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php
index 39ad5b78bb..1bc8d1cf46 100644
--- a/phpBB/language/en/acp/board.php
+++ b/phpBB/language/en/acp/board.php
@@ -454,7 +454,7 @@ $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_PASSWORD_RESET' => 'Allow "forgot password"',
+ 'ALLOW_PASSWORD_RESET' => 'Allow "Forgot Password"',
'ALLOW_PASSWORD_RESET_EXPLAIN' => 'Determines whether or not users are able to use the "I forgot my password" link on the login page to recover their account. If you use an external authentication mechanism you may wish to disable this feature.',
'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.',
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',