diff --git a/gramps/gen/lib/researcher.py b/gramps/gen/lib/researcher.py index f735557c9..94fdb4380 100644 --- a/gramps/gen/lib/researcher.py +++ b/gramps/gen/lib/researcher.py @@ -84,7 +84,7 @@ class Researcher(LocationBase): "street": self.street, "locality": self.locality, "city": self.city, - "country": self.county, + "county": self.county, "state": self.state, "country": self.country, "postal": self.postal,