mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
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:
parent
41d2a2052c
commit
44c60cff4d
1 changed files with 1 additions and 1 deletions
|
@ -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 :: ',
|
||||||
|
|
Loading…
Add table
Reference in a new issue