* src/plugins/FamilyGroup.py: don't translation paragraph name

svn: r7461
This commit is contained in:
Don Allingham
2006-10-28 04:13:01 +00:00
parent 81fd55aff4
commit bb8295acec
2 changed files with 3 additions and 2 deletions

View File

@@ -384,7 +384,7 @@ class FamilyGroup(Report):
break
if m or self.missingInfo:
self.doc.start_table(_("MarriageInfo"),'FGR-ParentTable')
self.doc.start_table("MarriageInfo"),'FGR-ParentTable')
self.doc.start_row()
self.doc.start_cell('FGR-ParentHead',3)
self.doc.start_paragraph('FGR-ParentName')
@@ -421,7 +421,7 @@ class FamilyGroup(Report):
break
if len(family_list) > 0 or self.missingInfo:
self.doc.start_table(("MarriageInfo"),'FGR-ParentTable')
self.doc.start_table("MarriageInfo",'FGR-ParentTable')
self.doc.start_row()
self.doc.start_cell('FGR-ParentHead',3)
self.doc.start_paragraph('FGR-ParentName')