diff options
-rw-r--r-- | phpBB/language/en/mcp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/mcp.php b/phpBB/language/en/mcp.php index be047d1ea4..617d36b957 100644 --- a/phpBB/language/en/mcp.php +++ b/phpBB/language/en/mcp.php @@ -186,7 +186,7 @@ $lang = array_merge($lang, array( 'MERGE_TOPIC_ID' => 'Destination topic id', 'MOD_OPTIONS' => 'Moderator Options', '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_TOPICS' => 'Move selected topics', 'MOVE_TOPICS_CONFIRM' => 'Are you sure you want to move the selected topics into a new forum?', |