aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/common.php
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2012-09-12 21:05:11 -0500
committerNathan Guse <nathaniel.guse@gmail.com>2012-09-12 21:05:11 -0500
commit9b1de1e487e162f55085ce72e660c5b348615649 (patch)
treeadc033e2a91d8977dcfd554465b0b93649b2a078 /phpBB/language/en/common.php
parent12e46e48c80191d0e4ee134257375ea40c13da60 (diff)
downloadforums-9b1de1e487e162f55085ce72e660c5b348615649.tar
forums-9b1de1e487e162f55085ce72e660c5b348615649.tar.gz
forums-9b1de1e487e162f55085ce72e660c5b348615649.tar.bz2
forums-9b1de1e487e162f55085ce72e660c5b348615649.tar.xz
forums-9b1de1e487e162f55085ce72e660c5b348615649.zip
[ticket/11103] Add topic ID to view post URL
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 23f205dcc7..a437c924cf 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -385,7 +385,8 @@ $lang = array_merge($lang, array(
'NOT_AUTHORISED' => 'You are not authorised to access this area.',
'NOT_WATCHING_FORUM' => 'You are no longer subscribed to updates on this forum.',
'NOT_WATCHING_TOPIC' => 'You are no longer subscribed to this topic.',
- 'NOTIFICATION_PM' => '%1$s sent you a Private Message titled: %2$s.',
+ 'NOTIFICATIONS' => '[ Notifications ]',
+ 'NOTIFICATION_PM' => '%1$s sent you a Private Message "%2$s".',
'NOTIFICATION_POST' => '%1$s replied to the topic "%2$s".',
'NOTIFICATION_TOPIC' => '%1$s posted a new topic "%2$s" in the forum "%3$s".',
'NOTIFY_ADMIN' => 'Please notify the board administrator or webmaster.',