diff --git a/src/plugins/export/ExportGedcom.py b/src/plugins/export/ExportGedcom.py index f2f23d3a5..f0f7b3824 100644 --- a/src/plugins/export/ExportGedcom.py +++ b/src/plugins/export/ExportGedcom.py @@ -1376,7 +1376,7 @@ class GedcomWriter(UpdateCallback): """ if place is None: return place_name = place.get_title() - self.__writeln(level, "PLAC", place_name.replace('\r', ' ')) + self.__writeln(level, "PLAC", place_name.replace('\r', ' '), limit=120) longitude = place.get_longitude() latitude = place.get_latitude() if longitude and latitude: