git-svn-id: file:///svn/phpbb/trunk@1622 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
James Atkinson 2001-12-17 10:52:03 +00:00
parent 19ad462c32
commit 7645500aa4

View file

@ -539,7 +539,7 @@ $lang['No_disallowed'] = "No Disallowed Usernames";
$lang['Disallowed_deleted'] = "The disallowed username has been successfully removed"; $lang['Disallowed_deleted'] = "The disallowed username has been successfully removed";
$lang['Disallow_successful'] = "The disallowed username has ben successfully added"; $lang['Disallow_successful'] = "The disallowed username has ben successfully added";
$lang['Disallowed_already'] = "The name you entered could not be disallowed. It either already exists in the list or a matching username is present"; $lang['Disallowed_already'] = "The name you entered could not be disallowed. It either already exists in the list, exists in the word censor list, or a matching username is present";
$lang['Click_return_disallowadmin'] = "Click %sHere%s to return to Disallow Username Administration"; $lang['Click_return_disallowadmin'] = "Click %sHere%s to return to Disallow Username Administration";