From 78569710642ec3d5c3a3125ac0a9895a3a2b53cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Tue, 14 Feb 2012 12:23:32 +0000 Subject: [PATCH] use translated stringfor custom attribute type after merging svn: r18882 --- src/gen/lib/person.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gen/lib/person.py b/src/gen/lib/person.py index fb1a92850..796b948a5 100644 --- a/src/gen/lib/person.py +++ b/src/gen/lib/person.py @@ -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)