fix for bug 499131

git-svn-id: file:///svn/phpbb/trunk@1790 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
the_systech 2002-01-03 22:35:54 +00:00
parent b5fbcbbdaa
commit 39423097c8

View file

@ -128,7 +128,6 @@ $lang['Reg_users_total'] = "%d Registered, ";
$lang['Reg_user_total'] = "%d Registered, ";
$lang['Hidden_users_zero_total'] = "0 Hidden and ";
$lang['Hidden_user_total'] = "%d Hidden and ";
$lang['Hidden_user_total'] = "%d Hidden and ";
$lang['Guest_users_zero_total'] = "0 Guests";
$lang['Guest_users_total'] = "%d Guests";
$lang['Guest_user_total'] = "%d Guest";