aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2013-10-15 10:27:00 -0700
committerMatt Friedman <maf675@gmail.com>2013-10-15 10:27:00 -0700
commit9363986f43aeb6ff6b5f9627eb42aee1ea2eaf57 (patch)
tree0f2134caaaad7d2e4ae13ebe31491f6e598870fd /phpBB/language
parent40932c26eaa7cddd0731b136a77c9bad704b69e0 (diff)
downloadforums-9363986f43aeb6ff6b5f9627eb42aee1ea2eaf57.tar
forums-9363986f43aeb6ff6b5f9627eb42aee1ea2eaf57.tar.gz
forums-9363986f43aeb6ff6b5f9627eb42aee1ea2eaf57.tar.bz2
forums-9363986f43aeb6ff6b5f9627eb42aee1ea2eaf57.tar.xz
forums-9363986f43aeb6ff6b5f9627eb42aee1ea2eaf57.zip
[ticket/11921] Improve appearance of Notifications in linklist
PHPBB3-11921
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/common.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php
index e5c0478d98..d04fe96d97 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -417,11 +417,7 @@ $lang = array_merge($lang, array(
'NOT_WATCHING_FORUM' => 'You are no longer subscribed to updates on this forum.',
'NOT_WATCHING_TOPIC' => 'You are no longer subscribed to this topic.',
'NOTIFICATIONS' => 'Notifications',
- 'NOTIFICATIONS_COUNT' => array(
- 0 => '%d Notifications',
- 1 => '<strong>%d</strong> Notification',
- 2 => '<strong>%d</strong> Notifications',
- ),
+ 'NOTIFICATIONS_COUNT' => 'Notifications (<strong>%d</strong>)',
'NOTIFICATION_BOOKMARK' => '%1$s replied to the topic "%2$s" you have bookmarked.',
'NOTIFICATION_GROUP_REQUEST' => '%1$s is requesting to join the group %2$s.',
'NOTIFICATION_GROUP_REQUEST_APPROVED' => 'Your request to join the group %1$s has been approved.',