simple update to help with book report messages display to console

svn: r19439
This commit is contained in:
Craig J. Anderson 2012-05-04 18:18:16 +00:00
parent 0aa97cd674
commit 6d982b9481

View File

@ -1582,6 +1582,7 @@ class DescendTreeOptions(MenuReportOptions):
self.title = EnumeratedListOption(_("Report Title"), 0)
self.title.add_item( 0, _("Do not include a title"))
self.title.add_item( 1, _("Descendant Chart for [selected person(s)]"))
self.title.set_help(_("Choose a title for the report"))
menu.add_option(category_name, "report_title", self.title)
self.showparents.connect('value-changed', self.__Title_enum)