diff --git a/gramps/gen/lib/location.py b/gramps/gen/lib/location.py index 05dc360d0..56834075b 100644 --- a/gramps/gen/lib/location.py +++ b/gramps/gen/lib/location.py @@ -87,7 +87,7 @@ class Location(SecondaryObject, 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,