More robust error checking
svn: r692
This commit is contained in:
@@ -140,7 +140,7 @@ class DescendantReportDialog(TextReportDialog):
|
||||
#------------------------------------------------------------------------
|
||||
def get_title(self):
|
||||
"""The window title for this dialog"""
|
||||
return _("Gramps - Descendant Report")
|
||||
return "%s - %s - GRAMPS" % (_("Descendant Report"),_("Text Reports"))
|
||||
|
||||
def get_header(self, name):
|
||||
"""The header line at the top of the dialog contents"""
|
||||
|
||||
Reference in New Issue
Block a user