diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2011-12-23 01:45:41 -0500 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2011-12-23 01:45:41 -0500 |
commit | b8ddd329225894ecd181146be799f0f8a085fcc4 (patch) | |
tree | 8a78325c2e1e99b2f02abac161280f9457d7d81e /phpBB/language/en | |
parent | 37fa5e56f3e2cc4be6978889cf2c6fe31bf5bf1b (diff) | |
download | forums-b8ddd329225894ecd181146be799f0f8a085fcc4.tar forums-b8ddd329225894ecd181146be799f0f8a085fcc4.tar.gz forums-b8ddd329225894ecd181146be799f0f8a085fcc4.tar.bz2 forums-b8ddd329225894ecd181146be799f0f8a085fcc4.tar.xz forums-b8ddd329225894ecd181146be799f0f8a085fcc4.zip |
[ticket/7432] Explain what users are inactive in more detail.
PHPBB3-7432
Diffstat (limited to 'phpBB/language/en')
-rw-r--r-- | phpBB/language/en/acp/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php index ef8d6f1cb3..79caa07d98 100644 --- a/phpBB/language/en/acp/common.php +++ b/phpBB/language/en/acp/common.php @@ -405,7 +405,7 @@ $lang = array_merge($lang, array( 'INACTIVE_REASON_UNKNOWN' => 'Unknown', 'INACTIVE_USERS' => 'Inactive users', 'INACTIVE_USERS_EXPLAIN' => 'This is a list of users who have registered but whose accounts are inactive. You can activate, delete or remind (by sending an e-mail) these users if you wish.', - 'INACTIVE_USERS_EXPLAIN_INDEX' => 'This is a list of the last 10 registered users who have inactive accounts. A full list is available from the appropriate menu item or by following the link below from where you can activate, delete or remind (by sending an e-mail) these users if you wish.', + 'INACTIVE_USERS_EXPLAIN_INDEX' => 'This is a list of the last 10 registered users who have inactive accounts. Accounts are inactive either because account activation was enabled in user registration settings and these users’ accounts have not yet been activated, or because these accounts have been deactivated. A full list is available from the appropriate menu item or by following the link below from where you can activate, delete or remind (by sending an e-mail) these users if you wish.', 'NO_INACTIVE_USERS' => 'No inactive users', |