From 1f560deb8e309c3cc1567453e0383a53dc54c330 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Thu, 8 May 2003 02:38:25 +0000 Subject: [PATCH] Minor corrections svn: r1504 --- src/plugins/FtmStyleAncestors.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/plugins/FtmStyleAncestors.py b/src/plugins/FtmStyleAncestors.py index 234c5f95a..8dad9e2b0 100644 --- a/src/plugins/FtmStyleAncestors.py +++ b/src/plugins/FtmStyleAncestors.py @@ -692,11 +692,11 @@ class FtmAncestorReportDialog(Report.TextReportDialog): #------------------------------------------------------------------------ def get_title(self): """The window title for this dialog""" - return "%s - %s - GRAMPS" % (_("Ahnentafel Report"),_("Text Reports")) + return "%s - %s - GRAMPS" % (_("FTM Style Ancestral Report"),_("Text Reports")) def get_header(self, name): """The header line at the top of the dialog contents""" - return _("Ahnentafel Report for %s") % name + return _("FTM Style Ancestral Report for %s") % name def get_target_browser_title(self): """The title of the window created when the 'browse' button is @@ -708,7 +708,7 @@ class FtmAncestorReportDialog(Report.TextReportDialog): return "ftm_ancestor_report.xml" def make_default_style(self): - """Make the default output style for the Ahnentafel report.""" + """Make the default output style for the FTM Style Ancestral report.""" font = TextDoc.FontStyle() font.set(face=TextDoc.FONT_SANS_SERIF,size=16,bold=1,italic=1) para = TextDoc.ParagraphStyle() @@ -751,7 +751,7 @@ class FtmAncestorReportDialog(Report.TextReportDialog): def make_report(self): - """Create the object that will produce the Ahnentafel Report. + """Create the object that will produce the FTM Style Ancestral Report. All user dialog has already been handled and the output file opened.""" try: