aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/ucp.php
diff options
context:
space:
mode:
authorJakub Senko <jakubsenko@gmail.com>2018-10-28 16:14:26 +0100
committerJakub Senko <jakubsenko@gmail.com>2018-10-28 16:14:26 +0100
commitddc9e318d05e2a61d0aec08edc1bb6a036dd221a (patch)
tree905dc7880c115a9f640953bb8107e2368dd43604 /phpBB/language/en/ucp.php
parent1d2a654ad7f34367cc5f8c8b3d5893e617b92f3f (diff)
downloadforums-ddc9e318d05e2a61d0aec08edc1bb6a036dd221a.tar
forums-ddc9e318d05e2a61d0aec08edc1bb6a036dd221a.tar.gz
forums-ddc9e318d05e2a61d0aec08edc1bb6a036dd221a.tar.bz2
forums-ddc9e318d05e2a61d0aec08edc1bb6a036dd221a.tar.xz
forums-ddc9e318d05e2a61d0aec08edc1bb6a036dd221a.zip
[ticket/10432] Improve PASSWORD_UPDATED_IF_EXISTED lang
PHPBB3-10432
Diffstat (limited to 'phpBB/language/en/ucp.php')
-rw-r--r--phpBB/language/en/ucp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php
index cfcbc63144..3c8244652f 100644
--- a/phpBB/language/en/ucp.php
+++ b/phpBB/language/en/ucp.php
@@ -411,7 +411,7 @@ $lang = array_merge($lang, array(
'PASS_TYPE_SYMBOL_EXPLAIN' => 'Password must be between %1$s and %2$s long, must contain letters in mixed case, must contain numbers and must contain symbols.',
'PASSWORD' => 'Password',
'PASSWORD_ACTIVATED' => 'Your new password has been activated.',
- 'PASSWORD_UPDATED_IF_EXISTED' => 'If your account exists a new password was sent to your registered email address. If it does not, it may be because you are banned, not activated your account yet or not allowed to change password. Contact admin if that is the case.',
+ 'PASSWORD_UPDATED_IF_EXISTED' => 'If your account exists, a new password was sent to your registered email address. If you do not receive an email, it may be because you are banned, your account is not activated, or you are not allowed to change your password. Contact admin if any of those reasons apply. Also, check your spam filter.',
'PERMISSIONS_RESTORED' => 'Successfully restored original permissions.',
'PERMISSIONS_TRANSFERRED' => 'Successfully transferred permissions from <strong>%s</strong>, you are now able to browse the board with this user’s permissions.<br />Please note that admin permissions were not transferred. You are able to revert to your permission set at any time.',
'PM_DISABLED' => 'Private messaging has been disabled on this board.',