aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/common.php
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2013-10-15 10:29:15 -0700
committerMatt Friedman <maf675@gmail.com>2013-10-15 10:29:15 -0700
commit86082040975ca453edb3871febce74517c676084 (patch)
tree5eb2806a4f64c2e883cc91a3dd63ca3d4896a29e /phpBB/language/en/common.php
parent9363986f43aeb6ff6b5f9627eb42aee1ea2eaf57 (diff)
downloadforums-86082040975ca453edb3871febce74517c676084.tar
forums-86082040975ca453edb3871febce74517c676084.tar.gz
forums-86082040975ca453edb3871febce74517c676084.tar.bz2
forums-86082040975ca453edb3871febce74517c676084.tar.xz
forums-86082040975ca453edb3871febce74517c676084.zip
[ticket/11921] Improve appearance of PM notifications in linklist
PHPBB3-11921
Diffstat (limited to 'phpBB/language/en/common.php')
-rw-r--r--phpBB/language/en/common.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php
index d04fe96d97..3afbc426aa 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -401,10 +401,6 @@ $lang = array_merge($lang, array(
'NEWEST_USER' => 'Our newest member <strong>%s</strong>',
'NEW_MESSAGE' => 'New message',
'NEW_MESSAGES' => 'New messages',
- 'NEW_PMS' => array(
- 1 => '<strong>%d</strong> new message',
- 2 => '<strong>%d</strong> new messages',
- ),
'NEW_POST' => 'New post', // Not used anymore
'NEW_POSTS' => 'New posts', // Not used anymore
'NEXT' => 'Next', // Used in pagination
@@ -753,10 +749,6 @@ $lang = array_merge($lang, array(
'UNKNOWN_BROWSER' => 'Unknown browser',
'UNMARK_ALL' => 'Unmark all',
'UNREAD_MESSAGES' => 'Unread messages',
- 'UNREAD_PMS' => array(
- 1 => '<strong>%d</strong> unread message',
- 2 => '<strong>%d</strong> unread messages',
- ),
'UNREAD_POST' => 'Unread post',
'UNREAD_POSTS' => 'Unread posts',
'UNWATCH_FORUM_CONFIRM' => 'Are you sure you wish to unsubscribe from this forum?',