From e568babb33affe025043b2359acecb10b737a7bf Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Sat, 3 Jan 2015 11:01:35 -0800 Subject: [PATCH] Records Gramplet uses wrong text --- gramps/gen/lib/date.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/gen/lib/date.py b/gramps/gen/lib/date.py index b02d82dc3..edd3d29bd 100644 --- a/gramps/gen/lib/date.py +++ b/gramps/gen/lib/date.py @@ -284,7 +284,7 @@ class Span(object): fdate12p1 = self._format(self._diff(self.date1, self.date2), dlocale).format(precision=1) if as_age and self._diff(self.date1, self.date2)[0] > Span.ALIVE: - _repr = trans_text("less than %s years") % Span.ALIVE + _repr = trans_text("greater than %s years") % Span.ALIVE elif self.date1.get_modifier() == Date.MOD_NONE: if self.date2.get_modifier() == Date.MOD_NONE: _repr = fdate12