harmonize l10n string with DescendTree.py, by suggestion from Egor

svn: r16685
This commit is contained in:
Vassilii Khachaturov 2011-02-20 21:44:55 +00:00
parent 1f1f46e7cc
commit 1a41a34b30

View File

@ -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)