aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/report.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2004-07-10 22:47:43 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2004-07-10 22:47:43 +0000
commit6a6910650103980c5741e9958c6067b0de772d24 (patch)
tree372b7e9cc323daef517415f442b54a62bb84e3db /phpBB/report.php
parentbdd1643a7d316bdeaeca564412b4f83cd40199fd (diff)
downloadforums-6a6910650103980c5741e9958c6067b0de772d24.tar
forums-6a6910650103980c5741e9958c6067b0de772d24.tar.gz
forums-6a6910650103980c5741e9958c6067b0de772d24.tar.bz2
forums-6a6910650103980c5741e9958c6067b0de772d24.tar.xz
forums-6a6910650103980c5741e9958c6067b0de772d24.zip
- fork/copy topic
- resync topics - possible to show only reported posts in topic_view - view reports in post details - mcp_queue (show unapproved items) git-svn-id: file:///svn/phpbb/trunk@4924 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/report.php')
-rw-r--r--phpBB/report.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/report.php b/phpBB/report.php
index b05e4f4c3b..3090b9a7d6 100644
--- a/phpBB/report.php
+++ b/phpBB/report.php
@@ -256,7 +256,7 @@ if ($post_id)
}
// Start output of page
-page_header($user->lang['REPORT_TO_ADMIN']);
+page_header($user->lang['REPORT_POST']);
$template->set_filenames(array(
'body' => 'report_body.html')