From cd63617764ea5e77ef19043fcb2de9d44af52972 Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Tue, 29 Oct 2013 15:53:43 +0000 Subject: [PATCH] typo svn: r23437 --- gramps/plugins/drawreport/calendarreport.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gramps/plugins/drawreport/calendarreport.py b/gramps/plugins/drawreport/calendarreport.py index 0997edd63..0f7ac70fe 100644 --- a/gramps/plugins/drawreport/calendarreport.py +++ b/gramps/plugins/drawreport/calendarreport.py @@ -71,6 +71,7 @@ cm2pt = ReportUtils.cm2pt def _T_(value): # enable deferred translations (see Python docs 22.1.3.4) return value +# _T_ is a gramps-defined keyword -- see po/update_po.py and po/genpot.sh _TITLE1 = _T_("My Calendar") _TITLE2 = _T_("Produced with Gramps")