From a2f70721963677a1b241a1cf6bbcbb0c6e90d5d4 Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Wed, 22 Jul 2009 15:45:46 +0000 Subject: missing language variable git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9832 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/mcp.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/language/en/mcp.php b/phpBB/language/en/mcp.php index 58088032df..a1f276c9d9 100644 --- a/phpBB/language/en/mcp.php +++ b/phpBB/language/en/mcp.php @@ -254,6 +254,7 @@ $lang = array_merge($lang, array( 'PM_REPORTED_SUCCESS' => 'This private message has been successfully reported.', 'PM_REPORTS_TOTAL' => 'In total there are %d 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.', -- cgit v1.2.1