aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-04-01 16:42:10 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-04-01 16:42:10 +0000
commite93165a9e14526cb40ca0b67a53a736e6dd0d6a8 (patch)
treef8c62ec51f934dee93f5ba0b4d0c52a19632ee56 /phpBB/language
parent3fa29da47dc52ccc3138b9bf14013545be0e90c0 (diff)
downloadforums-e93165a9e14526cb40ca0b67a53a736e6dd0d6a8.tar
forums-e93165a9e14526cb40ca0b67a53a736e6dd0d6a8.tar.gz
forums-e93165a9e14526cb40ca0b67a53a736e6dd0d6a8.tar.bz2
forums-e93165a9e14526cb40ca0b67a53a736e6dd0d6a8.tar.xz
forums-e93165a9e14526cb40ca0b67a53a736e6dd0d6a8.zip
some beautifications as well as making sure manually deactivated accounts are properly handled
git-svn-id: file:///svn/phpbb/trunk@7258 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/common.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php
index c9508e4f88..4e20a602b2 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -44,8 +44,9 @@ $lang = array_merge($lang, array(
'6_MONTHS' => '6 months',
'7_DAYS' => '7 days',
- 'ACCOUNT_ALREADY_ACTIVATED' => 'Your account is already activated',
- 'ACCOUNT_NOT_ACTIVATED' => 'Your account has not been activated yet',
+ 'ACCOUNT_ALREADY_ACTIVATED' => 'Your account is already activated.',
+ 'ACCOUNT_DEACTIVATED' => 'Your account has been manually deactivated and is only able to be reactivated by an administrator.',
+ 'ACCOUNT_NOT_ACTIVATED' => 'Your account has not been activated yet.',
'ACP' => 'Administration Control Panel',
'ACTIVE' => 'active',
'ACTIVE_ERROR' => 'You have specified an inactive username. Please activate your account and try again. If you continue to have problems please contact a board administrator.',