]> source.dussan.org Git - nextcloud-server.git/commitdiff
year go -> year ago
authorThomas Müller <thomas.mueller@tmit.eu>
Thu, 11 Dec 2014 10:30:00 +0000 (11:30 +0100)
committerThomas Müller <thomas.mueller@tmit.eu>
Thu, 11 Dec 2014 10:30:00 +0000 (11:30 +0100)
lib/private/datetimeformatter.php

index 127e694bd887c0d902b58414bc5769ce5ce6f1ab..75e41259849a4bade82d2d2b3dc9232d2cc5613a 100644 (file)
@@ -157,7 +157,7 @@ class DateTimeFormatter implements \OCP\IDateTimeFormatter {
                } else if ($dateInterval->y == 1) {
                        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);
        }
 
        /**