From 9c44e4500f0c3f5fde1b745dd6ab3595ede6d66f Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Thu, 18 Apr 2013 20:56:06 +0000 Subject: [PATCH] typo svn: r22016 --- gramps/plugins/textreport/ancestorreport.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gramps/plugins/textreport/ancestorreport.py b/gramps/plugins/textreport/ancestorreport.py index 10748def6..2be2542ef 100644 --- a/gramps/plugins/textreport/ancestorreport.py +++ b/gramps/plugins/textreport/ancestorreport.py @@ -288,13 +288,13 @@ class AncestorOptions(MenuReportOptions): namebrk.set_help(_("Indicates if a line break should follow the name.")) menu.add_option(category_name, "namebrk", namebrk) - stdoptions.add_localization_option(menu, category_name) - title_format_string = _("Ahnentafel Report for %s") title_format = StringOption(_('Title format'), title_format_string) title_format.set_help(_("How the title will be shown.")) menu.add_option(category_name, "title_format", title_format) + stdoptions.add_localization_option(menu, category_name) + def make_default_style(self, default_style): """ Make the default output style for the Ahnentafel report.