diff --git a/gramps/gen/lib/place.py b/gramps/gen/lib/place.py index a178358eb..2bfa87529 100644 --- a/gramps/gen/lib/place.py +++ b/gramps/gen/lib/place.py @@ -153,7 +153,7 @@ class Place(CitationBase, NoteBase, MediaBase, UrlBase, PrimaryObject): "lat": str, "placeref_list": [PlaceRef], "name": PlaceName, - "alt_names": [str], + "alt_names": [PlaceName], "place_type": PlaceType, "code": str, "alt_loc": [Location],