More robust error checking

svn: r692
This commit is contained in:
Don Allingham
2002-01-09 03:17:19 +00:00
parent 0afbabe227
commit b5ce514e72
11 changed files with 68 additions and 32 deletions

View File

@@ -310,7 +310,7 @@ class DescendantReportDialog(DrawReportDialog):
DrawReportDialog.__init__(self,database,person)
def get_title(self):
return _("Gramps - Descendant Graph")
return "%s - %s - GRAMPS" % (_("Descendant Graph"),_("Graphical Reports"))
def get_header(self,name):
return _("Descendant Graph for %s") % name