aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/common.php
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2012-10-09 22:28:41 -0500
committerNathan Guse <nathaniel.guse@gmail.com>2012-10-09 22:28:41 -0500
commit6d53bd4675e00419bcfcf476b03166b9774bebca (patch)
treed43fae09701fd781e2c2c0ae0626228867eb839e /phpBB/language/en/common.php
parent9d955507b6314ccd52d4d7d42a6d2514f14db9f3 (diff)
downloadforums-6d53bd4675e00419bcfcf476b03166b9774bebca.tar
forums-6d53bd4675e00419bcfcf476b03166b9774bebca.tar.gz
forums-6d53bd4675e00419bcfcf476b03166b9774bebca.tar.bz2
forums-6d53bd4675e00419bcfcf476b03166b9774bebca.tar.xz
forums-6d53bd4675e00419bcfcf476b03166b9774bebca.zip
[ticket/11103] Finishing up PM Report notifications
PHPBB3-11103
Diffstat (limited to 'phpBB/language/en/common.php')
-rw-r--r--phpBB/language/en/common.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php
index ae487f7159..cbf8e6ee4c 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -397,7 +397,8 @@ $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' => 'A post "%1$s" was reported because "%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_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".',