|
From: Nils A. <nad...@ph...> - 2009-07-22 15:46:11
|
Author: naderman
Date: Wed Jul 22 15:45:46 2009
New Revision: 9832
Log:
missing language variable
Modified:
branches/phpBB-3_0_0/phpBB/language/en/mcp.php
Modified: branches/phpBB-3_0_0/phpBB/language/en/mcp.php
==============================================================================
*** branches/phpBB-3_0_0/phpBB/language/en/mcp.php (original)
--- branches/phpBB-3_0_0/phpBB/language/en/mcp.php Wed Jul 22 15:45:46 2009
***************
*** 254,259 ****
--- 254,260 ----
'PM_REPORTED_SUCCESS' => 'This private message has been successfully reported.',
'PM_REPORTS_TOTAL' => 'In total there are <strong>%d</strong> PM reports to review.',
'PM_REPORTS_ZERO_TOTAL' => 'There are no PM reports to review.',
+ 'PM_REPORT_DETAILS' => 'Private message report details',
'POSTER' => 'Poster',
'POSTS_APPROVED_SUCCESS' => 'The selected posts have been approved.',
'POSTS_DELETED_SUCCESS' => 'The selected posts have been successfully removed from the database.',
|