diff options
| author | Matt Friedman <maf675@gmail.com> | 2013-10-16 09:43:45 -0700 |
|---|---|---|
| committer | Matt Friedman <maf675@gmail.com> | 2013-10-16 10:07:54 -0700 |
| commit | 2867831232e8c4cb2e556b7fd157a9e0111fa696 (patch) | |
| tree | 7010e649f1a0f2f47ab1f74ab4c8cf328e0b893f /phpBB/language | |
| parent | 457ca9c7633df2bf362f3530952afa15934e0907 (diff) | |
| download | forums-2867831232e8c4cb2e556b7fd157a9e0111fa696.tar forums-2867831232e8c4cb2e556b7fd157a9e0111fa696.tar.gz forums-2867831232e8c4cb2e556b7fd157a9e0111fa696.tar.bz2 forums-2867831232e8c4cb2e556b7fd157a9e0111fa696.tar.xz forums-2867831232e8c4cb2e556b7fd157a9e0111fa696.zip | |
[ticket/11921] Move any HTML for Notifications to the templates
PHPBB3-11921
Diffstat (limited to 'phpBB/language')
| -rw-r--r-- | phpBB/language/en/common.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 3afbc426aa..bb1c4698ec 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -413,7 +413,6 @@ $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' => '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.', |
