diff options
author | Jonathan Stanley <shs@users.sourceforge.net> | 2007-04-24 21:58:34 +0000 |
---|---|---|
committer | Jonathan Stanley <shs@users.sourceforge.net> | 2007-04-24 21:58:34 +0000 |
commit | 8a5452d4ebaf2eb9e02612192b49515897a32c00 (patch) | |
tree | fb593bdc4b649489d90c4b4ec08bd4632230ad14 /phpBB/language/en/ucp.php | |
parent | 33476ea3cfc493efbdefd514e7043f5f9f74b0d6 (diff) | |
download | forums-8a5452d4ebaf2eb9e02612192b49515897a32c00.tar forums-8a5452d4ebaf2eb9e02612192b49515897a32c00.tar.gz forums-8a5452d4ebaf2eb9e02612192b49515897a32c00.tar.bz2 forums-8a5452d4ebaf2eb9e02612192b49515897a32c00.tar.xz forums-8a5452d4ebaf2eb9e02612192b49515897a32c00.zip |
#10103
Collective nouns ;)
git-svn-id: file:///svn/phpbb/trunk@7398 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/ucp.php')
-rw-r--r-- | phpBB/language/en/ucp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index d794efdf5a..4d2a13f7d1 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -61,7 +61,7 @@ $lang = array_merge($lang, array( 'ACCOUNT_EMAIL_CHANGED' => 'Your account has been updated. However, this forum requires account reactivation on email changes. An activation key has been sent to the new email address you provided. Please check your email for further information.', 'ACCOUNT_EMAIL_CHANGED_ADMIN' => 'Your account has been updated. However, this forum requires account reactivation by the administrators on email changes. An email has been sent to them and you will be informed when your account has been reactivated.', 'ACCOUNT_INACTIVE' => 'Your account has been created. However, this forum requires account activation, an activation key has been sent to the email address you provided. Please check your email for further information.', - 'ACCOUNT_INACTIVE_ADMIN' => 'Your account has been created. However, this forum requires account activation by the administrator. An email has been sent to them and you will be informed when your account has been activated.', + 'ACCOUNT_INACTIVE_ADMIN' => 'Your account has been created. However, this forum requires account activation by the administrator group. An email has been sent to them and you will be informed when your account has been activated.', 'ACTIVATION_EMAIL_SENT' => 'The activation email has been sent to your email address.', 'ADD' => 'Add', 'ADD_BCC' => 'Add [BCC]', |