From 8362c3b6b729146db46ab357f5322275be8e9ef5 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Fri, 11 Dec 2009 21:01:31 +0000 Subject: [PATCH] Missing PM report language entries added. #55095 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10320 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + phpBB/language/en/mcp.php | 2 ++ 2 files changed, 3 insertions(+) diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index fa77cc83f7..daffd86b23 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -111,6 +111,7 @@
  • [Fix] Use correct RFC 3339 date format in ATOM feed. (Bug #55005)
  • [Fix] Do not deliver topics from unreadable or passworded forums in the news feed. (Bug #54345)
  • [Fix] Restore user language choice to compiled stylesheets. (Bug #54035)
  • +
  • [Fix] Add missing language entries. (Bug #55095)
  • [Change] Log activation through inactive users ACP. (Bug #30145)
  • [Change] Send time of last item instead of current time in ATOM Feeds. (Bug #53305)
  • [Change] Use em dash instead of hyphen/minus as separator in ATOM Feeds item statistics. (Bug #53565)
  • diff --git a/phpBB/language/en/mcp.php b/phpBB/language/en/mcp.php index ab03cdb0be..2e988e2d42 100644 --- a/phpBB/language/en/mcp.php +++ b/phpBB/language/en/mcp.php @@ -253,6 +253,8 @@ $lang = array_merge($lang, array( 'PM_REPORT_DELETED_SUCCESS' => 'The selected PM report has been deleted successfully.', 'PM_REPORTED_SUCCESS' => 'This private message has been successfully reported.', 'PM_REPORT_TOTAL' => 'In total there is 1 PM report to review.', + 'PM_REPORTS_CLOSED_SUCCESS' => 'The selected PM reports have been closed successfully.', + 'PM_REPORTS_DELETED_SUCCESS'=> 'The selected PM reports have been deleted successfully.', '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',