use translated stringfor custom attribute type after merging

svn: r18879
This commit is contained in:
Jérôme Rapinat 2012-02-14 12:17:45 +00:00
parent c6b9e660f6
commit fcfa59c2a9

View File

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