Skip to content
Snippets Groups Projects
Commit c5e279e4 authored by Thomas Müller's avatar Thomas Müller
Browse files

year go -> year ago

parent acc9af8f
No related branches found
No related tags found
No related merge requests found
...@@ -157,7 +157,7 @@ class DateTimeFormatter implements \OCP\IDateTimeFormatter { ...@@ -157,7 +157,7 @@ class DateTimeFormatter implements \OCP\IDateTimeFormatter {
} else if ($dateInterval->y == 1) { } else if ($dateInterval->y == 1) {
return (string) $l->t('last year'); return (string) $l->t('last year');
} }
return (string) $l->n('%n year go', '%n years ago', $dateInterval->y); return (string) $l->n('%n year ago', '%n years ago', $dateInterval->y);
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment