harmonize l10n string with DescendTree.py, by suggestion from Egor
svn: r16685
This commit is contained in:
parent
1f1f46e7cc
commit
1a41a34b30
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user