mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
- allow reporting posts that have a closed report
- show multiple reports for one post correctly - Bug #1389 git-svn-id: file:///svn/phpbb/trunk@5771 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -249,7 +249,6 @@ $lang = array_merge($lang, array(
|
||||
'REPORTS_DELETED_SUCCESS' => 'The selected reports have been deleted successfully.',
|
||||
'REPORTS_TOTAL' => 'In total there are <b>%d</b> reports to review',
|
||||
'REPORTS_ZERO_TOTAL' => 'There are no reports to review',
|
||||
'REPORT_ALREADY_DEALT_WITH' => 'This post has already been reported previously and successfully dealt with',
|
||||
'REPORT_CLOSED' => 'This report has previously been closed.',
|
||||
'REPORT_CLOSED_SUCCESS' => 'The selected report has been closed successfully.',
|
||||
'REPORT_DELETED_SUCCESS' => 'The selected report has been deleted successfully.',
|
||||
|
Reference in New Issue
Block a user