From ec7a7c869e3ccf4817ab82b8f491b3045ea2a668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Wed, 3 Mar 2010 08:45:42 +0000 Subject: [PATCH] 3654: Cannot print title on all_relations quick view svn: r14594 --- src/plugins/quickview/all_relations.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/plugins/quickview/all_relations.py b/src/plugins/quickview/all_relations.py index 09f1dab7c..0d68349db 100644 --- a/src/plugins/quickview/all_relations.py +++ b/src/plugins/quickview/all_relations.py @@ -77,8 +77,8 @@ class AllRelReport(): p1 = self.sdb.name(self.person) if self.person.handle == self.home_person.handle : self.sdoc.paragraph(_FMT_VOID % ( - _("%(person)s and %(active_person)s are the same person."))) % { - 'person' : p1, 'active_person' : p2 } + _("%(person)s and %(active_person)s are the same person.")) % { + 'person' : p1, 'active_person' : p2 }) return #check if not a family too: @@ -203,8 +203,8 @@ class AllRelReport(): """ p2 = self.sdb.name(self.home_person) p1 = self.sdb.name(self.person) - self.sdoc.title(_("Relationships of %(person)s to %(active_person)s")) % { - 'person' : p1 ,'active_person' : p2 } + self.sdoc.title(_("Relationships of %(person)s to %(active_person)s") % { + 'person' : p1 ,'active_person' : p2 }) self.sdoc.paragraph("") def print_details_header(self, relations, pers1, pers2,