diff options
Diffstat (limited to 'apps/comments/l10n/en_GB.js')
-rw-r--r-- | apps/comments/l10n/en_GB.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/comments/l10n/en_GB.js b/apps/comments/l10n/en_GB.js index b57b78ecd7d..3df10963b23 100644 --- a/apps/comments/l10n/en_GB.js +++ b/apps/comments/l10n/en_GB.js @@ -12,7 +12,6 @@ OC.L10N.register( "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", @@ -20,6 +19,7 @@ OC.L10N.register( "%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" }, "nplurals=2; plural=(n != 1);"); |