diff options
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/l10n/en_GB.js | 1 | ||||
-rw-r--r-- | apps/comments/l10n/en_GB.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/comments/l10n/en_GB.js b/apps/comments/l10n/en_GB.js index cabce50d16d..0ce292dc754 100644 --- a/apps/comments/l10n/en_GB.js +++ b/apps/comments/l10n/en_GB.js @@ -1,6 +1,7 @@ OC.L10N.register( "comments", { + "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Comments</strong> for files <em>(always listed in stream)</em>", "You commented" : "You commented", "%1$s commented" : "%1$s commented", "You commented on %2$s" : "You commented on %2$s", diff --git a/apps/comments/l10n/en_GB.json b/apps/comments/l10n/en_GB.json index 2b4e51ccd80..d3d8d496f2d 100644 --- a/apps/comments/l10n/en_GB.json +++ b/apps/comments/l10n/en_GB.json @@ -1,4 +1,5 @@ { "translations": { + "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Comments</strong> for files <em>(always listed in stream)</em>", "You commented" : "You commented", "%1$s commented" : "%1$s commented", "You commented on %2$s" : "You commented on %2$s", |