From 86786d2a1de60fca7ab921ead233ce3b9284b4a8 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Mon, 31 Dec 2007 21:42:58 +0000 Subject: [PATCH] thereport typo fixed svn: r9663 --- src/plugins/AncestorChart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/AncestorChart.py b/src/plugins/AncestorChart.py index e07db4f7b..1ea391364 100644 --- a/src/plugins/AncestorChart.py +++ b/src/plugins/AncestorChart.py @@ -456,7 +456,7 @@ class AncestorChartOptions(MenuReportOptions): if dbstate: id = dbstate.get_active_person().get_gramps_id() pid = PersonOption(_("Center Person"),id,dbstate) - pid.set_help(_("The center person for thereport")) + pid.set_help(_("The center person for the report")) menu.add_option("","pid",pid) category_name = _("Report Options")