aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2012-10-11 22:36:48 -0500
committerNathan Guse <nathaniel.guse@gmail.com>2012-10-11 22:36:48 -0500
commit1b56a1d6be12afb851a158a5e09965a6528d1435 (patch)
tree800d72152cb3958960ae641ec96a03e2011640ac /phpBB/language
parent6d53bd4675e00419bcfcf476b03166b9774bebca (diff)
downloadforums-1b56a1d6be12afb851a158a5e09965a6528d1435.tar
forums-1b56a1d6be12afb851a158a5e09965a6528d1435.tar.gz
forums-1b56a1d6be12afb851a158a5e09965a6528d1435.tar.bz2
forums-1b56a1d6be12afb851a158a5e09965a6528d1435.tar.xz
forums-1b56a1d6be12afb851a158a5e09965a6528d1435.zip
[ticket/11103] Finishing up report post/pm and adding report closed
PHPBB3-11103
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/common.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php
index cbf8e6ee4c..78ba02ed0f 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -397,8 +397,9 @@ $lang = array_merge($lang, array(
'NOTIFICATION_POST_DISAPPROVED' => 'Your post "%1$s" was disapproved because "%2$s".',
'NOTIFICATION_POST_IN_QUEUE' => 'A new post titled "%2$s" was posted by "%1$s" and needs approval.',
'NOTIFICATION_QUOTE' => '%1$s quoted you in the post "%2$s".',
- 'NOTIFICATION_REPORT_PM' => 'A Private Message "%1$s" was reported because "%2$s".',
- 'NOTIFICATION_REPORT_POST' => 'A post "%1$s" was reported because "%2$s".',
+ 'NOTIFICATION_REPORT_PM' => '%1$s reported a Private Message "%2$s" because "%3$s".',
+ 'NOTIFICATION_REPORT_POST' => '%1$s reported a post "%2$s" because "%3$s".',
+ 'NOTIFICATION_REPORT_CLOSED' => '%1$s closed the report you made for "%2$s".',
'NOTIFICATION_TOPIC' => '%1$s posted a new topic "%2$s" in the forum "%3$s".',
'NOTIFICATION_TOPIC_APPROVED' => 'Your topic "%2$s" in the forum "%3$s" was approved.',
'NOTIFICATION_TOPIC_DISAPPROVED' => 'Your topic "%1$s" was disapproved because "%2$s".',