From 70a7922b9d6e20cec78bd23ff55ea6ab3620af1c Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Sun, 5 Apr 2015 09:47:02 -0700 Subject: [PATCH] make report name consistent with gpr registration --- gramps/plugins/drawreport/timeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/plugins/drawreport/timeline.py b/gramps/plugins/drawreport/timeline.py index 4d201a8fd..7ab04e020 100644 --- a/gramps/plugins/drawreport/timeline.py +++ b/gramps/plugins/drawreport/timeline.py @@ -251,7 +251,7 @@ class TimeLine(Report): Draws the title for the page. """ width = self.doc.get_usable_width() - title_one = self._("Timeline Graph") + title_one = self._("Timeline Chart") title_two = "%(str1)s -- %(str2)s" % { 'str1' : self.filter.get_name(self._locale), # feature request 2356: avoid genitive form