From 82c267cc7d9b8f9b99e0dcf140f5780c7d983c4d Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Thu, 3 Aug 2006 22:11:48 +0000 Subject: [PATCH] * src/GrampsLogger/_ErrorReportAssistant.py (build_page5): Typo. svn: r7116 --- gramps2/ChangeLog | 1 + gramps2/src/GrampsLogger/_ErrorReportAssistant.py | 9 ++++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 81f28aa0c..4563fd2b0 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,4 +1,5 @@ 2006-08-03 Alex Roitman + * src/GrampsLogger/_ErrorReportAssistant.py (build_page5): Typo. * src/Filters/Rules/Person/_HasIdOf.py: Cleanup. * src/Filters/Rules/Person/__init__.py (editor_rule_list): Add RegExpIdOf. diff --git a/gramps2/src/GrampsLogger/_ErrorReportAssistant.py b/gramps2/src/GrampsLogger/_ErrorReportAssistant.py index 3f8095dab..b213a573e 100644 --- a/gramps2/src/GrampsLogger/_ErrorReportAssistant.py +++ b/gramps2/src/GrampsLogger/_ErrorReportAssistant.py @@ -380,9 +380,12 @@ class ErrorReportAssistant: return box def build_page5(self): - label = gtk.Label("%s %s" % (_("Use one of the two methods below to send the "\ - "bug report to the Gramp bug reporting mailing "\ - "list at "),"gramps-bugs@lists.sourceforge.net.")) + label = gtk.Label( + "%s %s" % + (_("Use one of the two methods below to send the "\ + "bug report to the Gramps bug reporting mailing "\ + "list at "), + "gramps-bugs@lists.sourceforge.net.")) label.set_alignment(0.01,0.5) label.set_padding(0, 4) label.set_line_wrap(True)