diff options
| author | Nathan Guse <nathaniel.guse@gmail.com> | 2012-10-09 22:02:49 -0500 |
|---|---|---|
| committer | Nathan Guse <nathaniel.guse@gmail.com> | 2012-10-09 22:02:49 -0500 |
| commit | b33e5273942c4f67e8168763eec224fd61edaa8f (patch) | |
| tree | 9ebafda51385310def15ee9c31afbc68b98d3a85 /phpBB/language/en/ucp.php | |
| parent | 7411d1d1bdb2e6cc61d5e97d15e184351ea67c64 (diff) | |
| download | forums-b33e5273942c4f67e8168763eec224fd61edaa8f.tar forums-b33e5273942c4f67e8168763eec224fd61edaa8f.tar.gz forums-b33e5273942c4f67e8168763eec224fd61edaa8f.tar.bz2 forums-b33e5273942c4f67e8168763eec224fd61edaa8f.tar.xz forums-b33e5273942c4f67e8168763eec224fd61edaa8f.zip | |
[ticket/11103] Working on report notifications (post/pm)
PHPBB3-11103
Diffstat (limited to 'phpBB/language/en/ucp.php')
| -rw-r--r-- | phpBB/language/en/ucp.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index 78f863541c..e2dbd542f9 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -298,6 +298,7 @@ $lang = array_merge($lang, array( 'NOTIFICATION_TYPE_PM' => 'Someone sends you a private message', 'NOTIFICATION_TYPE_POST' => 'Someone replies to a topic you are subscribed to', 'NOTIFICATION_TYPE_QUOTE' => 'Someone quotes you in a post', + 'NOTIFICATION_TYPE_REPORT' => 'Someone reports a post', 'NOTIFICATION_TYPE_TOPIC' => 'Someone creates a topic in a forum you are subscribed to', 'NOTIFY_METHOD' => 'Notification method', |
