use translated stringfor custom attribute type after merging
svn: r18879
This commit is contained in:
parent
c6b9e660f6
commit
fcfa59c2a9
@ -446,7 +446,7 @@ class Person(CitationBase, NoteBase, AttributeBase, MediaBase,
|
||||
acquisition_id = acquisition.get_gramps_id()
|
||||
if acquisition_id:
|
||||
attr = Attribute()
|
||||
attr.set_type("Merged Gramps ID")
|
||||
attr.set_type(_("Merged Gramps ID"))
|
||||
attr.set_value(acquisition.get_gramps_id())
|
||||
self.add_attribute(attr)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user