diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2008-03-26 12:33:32 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-03-26 12:33:32 +0000 |
| commit | 13f8fe7fcf4e8ecea498ed19fc1e38522b3e2c7f (patch) | |
| tree | cfca7e0ff0afc109d3af8bcfe1fff5d20e10518f /phpBB/language/en/acp/users.php | |
| parent | f170f1c929a87398d756d1e7372baa818e9f60f8 (diff) | |
| download | forums-13f8fe7fcf4e8ecea498ed19fc1e38522b3e2c7f.tar forums-13f8fe7fcf4e8ecea498ed19fc1e38522b3e2c7f.tar.gz forums-13f8fe7fcf4e8ecea498ed19fc1e38522b3e2c7f.tar.bz2 forums-13f8fe7fcf4e8ecea498ed19fc1e38522b3e2c7f.tar.xz forums-13f8fe7fcf4e8ecea498ed19fc1e38522b3e2c7f.zip | |
some corrections to the language files
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8471 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/users.php')
| -rw-r--r-- | phpBB/language/en/acp/users.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/users.php b/phpBB/language/en/acp/users.php index 0217238a0d..dc28032483 100644 --- a/phpBB/language/en/acp/users.php +++ b/phpBB/language/en/acp/users.php @@ -47,7 +47,7 @@ $lang = array_merge($lang, array( 'CANNOT_DEACTIVATE_BOT' => 'You are not allowed to deactivate bot accounts. Please deactivate the bot within the bots page instead.', 'CANNOT_DEACTIVATE_FOUNDER' => 'You are not allowed to deactivate founder accounts.', 'CANNOT_DEACTIVATE_YOURSELF' => 'You are not allowed to deactivate your own account.', - 'CANNOT_FORCE_REACT_BOT' => 'You are not allowed to force reactivation on bot accounts. Please deactivate the bot within the bots page instead.', + 'CANNOT_FORCE_REACT_BOT' => 'You are not allowed to force reactivation on bot accounts. Please reactivate the bot within the bots page instead.', 'CANNOT_FORCE_REACT_FOUNDER' => 'You are not allowed to force reactivation on founder accounts.', 'CANNOT_FORCE_REACT_YOURSELF' => 'You are not allowed to force reactivation of your own account.', 'CANNOT_REMOVE_ANONYMOUS' => 'You are not able to remove the guest user account.', |
