From 1a41a34b3003a680b143e4dd305527d902941774 Mon Sep 17 00:00:00 2001 From: Vassilii Khachaturov Date: Sun, 20 Feb 2011 21:44:55 +0000 Subject: [PATCH] harmonize l10n string with DescendTree.py, by suggestion from Egor svn: r16685 --- src/plugins/drawreport/AncestorTree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/drawreport/AncestorTree.py b/src/plugins/drawreport/AncestorTree.py index f5693adaa..29b4fe7da 100644 --- a/src/plugins/drawreport/AncestorTree.py +++ b/src/plugins/drawreport/AncestorTree.py @@ -888,7 +888,7 @@ class AncestorTree2Options(MenuReportOptions): self.__onepage.connect('value-changed', self.__check_blank) self.title = EnumeratedListOption(_("Report Title"), 0) - self.title.add_item( 0, _("Do not print a Title")) + self.title.add_item( 0, _("Do not print a title")) self.title.add_item( 1, _("Include Report Title")) menu.add_option(category_name, "report_title", self.title)