diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php
index 5954ec0501..b747310e5e 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -403,8 +403,9 @@ $lang = array_merge($lang, array(
'NOT_WATCHING_TOPIC' => 'You are no longer subscribed to this topic.',
'NOTIFICATIONS' => 'Notifications',
'NOTIFICATIONS_COUNT' => array(
- 1 => '%d Notification',
- 2 => '%d Notifications',
+ 0 => '%d Notifications',
+ 1 => '%d Notification',
+ 2 => '%d Notifications',
),
'NOTIFICATION_BOOKMARK' => '%1$s replied to the topic "%2$s" you have bookmarked.',
'NOTIFICATION_PM' => '%1$s sent you a Private Message "%2$s".',