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 057ac775a6b..48fc5d7fc3a 100644 --- a/apps/comments/l10n/en_GB.js +++ b/apps/comments/l10n/en_GB.js @@ -1,7 +1,7 @@ OC.L10N.register( "comments", { - "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", @@ -11,7 +11,7 @@ OC.L10N.register( "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", |