diff options
| author | Henry Sudhof <kellanved@phpbb.com> | 2007-06-18 15:12:14 +0000 |
|---|---|---|
| committer | Henry Sudhof <kellanved@phpbb.com> | 2007-06-18 15:12:14 +0000 |
| commit | c57f28e273807e8c4ef1251f72524604d259b5eb (patch) | |
| tree | 9d48721a2e63cf0855faf1e08e1e3ac9dcd76e6c /phpBB/language | |
| parent | e58c913488029ceb963766e3953448822c2daf0f (diff) | |
| download | forums-c57f28e273807e8c4ef1251f72524604d259b5eb.tar forums-c57f28e273807e8c4ef1251f72524604d259b5eb.tar.gz forums-c57f28e273807e8c4ef1251f72524604d259b5eb.tar.bz2 forums-c57f28e273807e8c4ef1251f72524604d259b5eb.tar.xz forums-c57f28e273807e8c4ef1251f72524604d259b5eb.zip | |
Fixing a few minor bugs; changing one language variable.
#12123
#12483
#12489
#12513
git-svn-id: file:///svn/phpbb/trunk@7777 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
| -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 d003dee469..3a2b8170ab 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_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.', 'CANNOT_REMOVE_YOURSELF' => 'You are not allowed to remove your own user account.', - 'CANNOT_SET_FOUNDER_BOT' => 'You are not able to promote ignored users to be founders.', + 'CANNOT_SET_FOUNDER_IGNORED' => 'You are not able to promote ignored users to be founders.', 'CANNOT_SET_FOUNDER_INACTIVE' => 'You need to activate users before you promote them to founders, only activated users are able to be promoted.', 'CONFIRM_EMAIL_EXPLAIN' => 'You only need to specify this if you are changing the users e-mail address.', |
