From 6aeeafe74dfe047d398c6a9cdfb8373c635f675e Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Fri, 5 Jun 2015 00:33:39 -0400 Subject: [PATCH] Merge pull request #33 from sam-m888/master country > county --- gramps/gen/lib/researcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,