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 13335d5d989..320bd50748f 100644 --- a/apps/comments/l10n/en_GB.json +++ b/apps/comments/l10n/en_GB.json @@ -1,5 +1,5 @@ { "translations": { - "Type in a new comment..." : "Type in a new comment...", + "Type in a new comment..." : "Type a new comment...", "Delete comment" : "Delete comment", "Post" : "Post", "Cancel" : "Cancel", @@ -9,7 +9,7 @@ "No other comments available" : "No other comments available", "More comments..." : "More comments...", "Save" : "Save", - "Allowed characters {count} of {max}" : "Allowed characters {count} of {max}", + "Allowed characters {count} of {max}" : "Allowed characters: {count} of {max}", "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", |