aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/common.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-10-08 11:25:20 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-10-08 11:25:20 +0000
commit9cfa28b5020afb7447105f85d03d1db01ac11aab (patch)
tree851ea51db405da0ad658deda74ed3831ee8d224c /phpBB/language/en/acp/common.php
parent9a73fb26b29bc79281c12192ae0f303ed40ad1d0 (diff)
downloadforums-9cfa28b5020afb7447105f85d03d1db01ac11aab.tar
forums-9cfa28b5020afb7447105f85d03d1db01ac11aab.tar.gz
forums-9cfa28b5020afb7447105f85d03d1db01ac11aab.tar.bz2
forums-9cfa28b5020afb7447105f85d03d1db01ac11aab.tar.xz
forums-9cfa28b5020afb7447105f85d03d1db01ac11aab.zip
remove useless information from tz array
git-svn-id: file:///svn/phpbb/trunk@6467 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/common.php')
-rw-r--r--phpBB/language/en/acp/common.php18
1 files changed, 9 insertions, 9 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php
index 55edf78a56..7a3acf8e4e 100644
--- a/phpBB/language/en/acp/common.php
+++ b/phpBB/language/en/acp/common.php
@@ -337,15 +337,15 @@ $lang = array_merge($lang, array(
// Inactive Users
$lang = array_merge($lang, array(
- 'INACTIVE_DATE' => 'Inactive date',
- 'INACTIVE_REASON' => 'Reason',
- 'INACTIVE_REASON_MANUAL' => 'Account deactivated by administrator',
- 'INACTIVE_REASON_PROFILE' => 'Profile details changed',
- 'INACTIVE_REASON_REGISTER' => 'Newly registered account',
- 'INACTIVE_REASON_REMIND' => 'Forced user account reactivation',
- 'INACTIVE_REASON_UNKNOWN' => 'Unknown',
- 'INACTIVE_USERS' => 'Inactive Users',
- 'INACTIVE_USERS_EXPLAIN' => 'This is a list of users who have registered but whos accounts are inactive. You can activate, delete or remind (by sending an email) these users if you wish.',
+ 'INACTIVE_DATE' => 'Inactive date',
+ 'INACTIVE_REASON' => 'Reason',
+ 'INACTIVE_REASON_MANUAL' => 'Account deactivated by administrator',
+ 'INACTIVE_REASON_PROFILE' => 'Profile details changed',
+ 'INACTIVE_REASON_REGISTER' => 'Newly registered account',
+ 'INACTIVE_REASON_REMIND' => 'Forced user account reactivation',
+ 'INACTIVE_REASON_UNKNOWN' => 'Unknown',
+ 'INACTIVE_USERS' => 'Inactive Users',
+ 'INACTIVE_USERS_EXPLAIN' => 'This is a list of users who have registered but whos accounts are inactive. You can activate, delete or remind (by sending an email) 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 email) these users if you wish.',
'NO_INACTIVE_USERS' => 'No inactive users',