From: Nils A. <nad...@ph...> - 2009-07-25 18:01:35
|
Author: naderman Date: Sat Jul 25 19:01:15 2009 New Revision: 9853 Log: missing lang var for PM reports 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 Sat Jul 25 19:01:15 2009 *************** *** 252,257 **** --- 252,258 ---- 'PM_REPORT_CLOSED_SUCCESS' => 'The selected PM report has been closed successfully.', 'PM_REPORT_DELETED_SUCCESS' => 'The selected PM report has been deleted successfully.', 'PM_REPORTED_SUCCESS' => 'This private message has been successfully reported.', + 'REPORT_TOTAL' => 'In total there is <strong>1</strong> PM report to review.', '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', |