* src/plugins/FamilyGroup.py: don't translation paragraph name
svn: r7461
This commit is contained in:
parent
81fd55aff4
commit
bb8295acec
@ -1,4 +1,5 @@
|
|||||||
2006-10-27 Don Allingham <don@gramps-project.org>
|
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/GrampsCfg.py: remove unused online maps string
|
||||||
* src/Editors/_EditRepoRef.py: fixed transation strings
|
* src/Editors/_EditRepoRef.py: fixed transation strings
|
||||||
* src/Editors/_EditName.py: fixed transation strings
|
* src/Editors/_EditName.py: fixed transation strings
|
||||||
|
@ -384,7 +384,7 @@ class FamilyGroup(Report):
|
|||||||
break
|
break
|
||||||
|
|
||||||
if m or self.missingInfo:
|
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_row()
|
||||||
self.doc.start_cell('FGR-ParentHead',3)
|
self.doc.start_cell('FGR-ParentHead',3)
|
||||||
self.doc.start_paragraph('FGR-ParentName')
|
self.doc.start_paragraph('FGR-ParentName')
|
||||||
@ -421,7 +421,7 @@ class FamilyGroup(Report):
|
|||||||
break
|
break
|
||||||
|
|
||||||
if len(family_list) > 0 or self.missingInfo:
|
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_row()
|
||||||
self.doc.start_cell('FGR-ParentHead',3)
|
self.doc.start_cell('FGR-ParentHead',3)
|
||||||
self.doc.start_paragraph('FGR-ParentName')
|
self.doc.start_paragraph('FGR-ParentName')
|
||||||
|
Loading…
Reference in New Issue
Block a user