1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

Fix a slightly odd naming that we just spotted

git-svn-id: file:///svn/phpbb/trunk@5932 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Graham Eames
2006-05-19 19:33:44 +00:00
parent 3c02d5f2df
commit c0e3a86ebb
2 changed files with 3 additions and 2 deletions

View File

@@ -156,9 +156,10 @@ $lang = array_merge($lang, array(
'MCP_NOTES_FRONT' => 'Front Page',
'MCP_NOTES_USER' => 'User Details',
'MCP_REPORTS' => 'Open Reports',
'MCP_REPORTS' => 'Reported Posts',
'MCP_REPORT_DETAILS' => 'Report Details',
'MCP_REPORTS_CLOSED' => 'Closed Reports',
'MCP_REPORTS_OPEN' => 'Open Reports',
'MCP_QUEUE' => 'Moderation Queue',
'MCP_QUEUE_APPROVE_DETAILS' => 'Approve Details',