* 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

@ -1,4 +1,5 @@
2006-10-27 Don Allingham <don@gramps-project.org>
* src/plugins/FamilyGroup.py: don't translation paragraph name
* src/GrampsCfg.py: remove unused online maps string
* src/Editors/_EditRepoRef.py: fixed transation strings
* src/Editors/_EditName.py: fixed transation strings

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')