diff options
Diffstat (limited to 'apps/comments/l10n/is.js')
-rw-r--r-- | apps/comments/l10n/is.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/comments/l10n/is.js b/apps/comments/l10n/is.js index d9494241eb2..0da04289f5e 100644 --- a/apps/comments/l10n/is.js +++ b/apps/comments/l10n/is.js @@ -2,6 +2,7 @@ OC.L10N.register( "comments", { "Cancel" : "Hætta við", - "Save" : "Vista" + "Save" : "Vista", + "Comment" : "Athugasemd" }, "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); |