mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Fix a typo I'd introduced previously
git-svn-id: file:///svn/phpbb/trunk@5984 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
3752616bb6
commit
5465ceb507
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ $lang = array_merge($lang, array(
|
||||||
'MERGE_TOPIC_ID' => 'Destination topic id',
|
'MERGE_TOPIC_ID' => 'Destination topic id',
|
||||||
'MOD_OPTIONS' => 'Moderator Options',
|
'MOD_OPTIONS' => 'Moderator Options',
|
||||||
'MORE_INFO' => 'Further information',
|
'MORE_INFO' => 'Further information',
|
||||||
'MOST WARNINGS' => 'Users with most warnings',
|
'MOST_WARNINGS' => 'Users with most warnings',
|
||||||
'MOVE_TOPIC_CONFIRM' => 'Are you sure you want to move the topic into a new forum?',
|
'MOVE_TOPIC_CONFIRM' => 'Are you sure you want to move the topic into a new forum?',
|
||||||
'MOVE_TOPICS' => 'Move selected topics',
|
'MOVE_TOPICS' => 'Move selected topics',
|
||||||
'MOVE_TOPICS_CONFIRM' => 'Are you sure you want to move the selected topics into a new forum?',
|
'MOVE_TOPICS_CONFIRM' => 'Are you sure you want to move the selected topics into a new forum?',
|
||||||
|
|
Loading…
Add table
Reference in a new issue