diff options
Diffstat (limited to 'apps/comments/l10n/en_GB.json')
-rw-r--r-- | apps/comments/l10n/en_GB.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/comments/l10n/en_GB.json b/apps/comments/l10n/en_GB.json index 1bce55316ad..d3968376a39 100644 --- a/apps/comments/l10n/en_GB.json +++ b/apps/comments/l10n/en_GB.json @@ -10,7 +10,6 @@ "Error occurred while retrieving comment with id {id}" : "Error occurred while retrieving comment with id {id}", "Error occurred while updating comment with id {id}" : "Error occurred while updating comment with id {id}", "Error occurred while posting comment" : "Error occurred while posting comment", - "{count} unread comments" : "{count} unread comments", "Comment" : "Comment", "You commented" : "You commented", "%1$s commented" : "%1$s commented", @@ -18,6 +17,7 @@ "%1$s commented on %2$s" : "%1$s commented on %2$s", "Type in a new comment..." : "Type a new comment...", "No other comments available" : "No other comments available", - "More comments..." : "More comments..." + "More comments..." : "More comments...", + "{count} unread comments" : "{count} unread comments" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |