A small typo that I didn't commit last night

git-svn-id: file:///svn/phpbb/trunk@5677 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Graham Eames 2006-03-21 18:00:48 +00:00
parent 41d2a2052c
commit 44c60cff4d

View file

@ -301,7 +301,7 @@ $lang = array_merge($lang, array(
'OCCUPATION' => 'Occupation', 'OCCUPATION' => 'Occupation',
'OFFLINE' => 'Offline', 'OFFLINE' => 'Offline',
'ON' => 'On' 'ON' => 'On',
'ONLINE' => 'Online', 'ONLINE' => 'Online',
'ONLINE_BUDDIES' => 'Online Buddies', 'ONLINE_BUDDIES' => 'Online Buddies',
'ONLINE_USERS_TOTAL' => 'In total there are <b>%d</b> users online :: ', 'ONLINE_USERS_TOTAL' => 'In total there are <b>%d</b> users online :: ',