diff options
Diffstat (limited to 'lib/l10n/en_GB.js')
-rw-r--r-- | lib/l10n/en_GB.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index e46ec24ea1f..3d961d32638 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -22,11 +22,11 @@ OC.L10N.register( "Invalid image" : "Invalid image", "today" : "today", "yesterday" : "yesterday", - "_%n day ago_::_%n days ago_" : ["",""], + "_%n day ago_::_%n days ago_" : ["%n day ago","%n days ago"], "last month" : "last month", "_%n month ago_::_%n months ago_" : ["%n month ago","%n months ago"], "last year" : "last year", - "_%n year go_::_%n years ago_" : ["",""], + "_%n year ago_::_%n years ago_" : ["",""], "_%n hour ago_::_%n hours ago_" : ["%n hour ago","%n hours ago"], "_%n minute ago_::_%n minutes ago_" : ["%n minute ago","%n minutes ago"], "seconds ago" : "seconds ago", |