diff --git a/gramps/plugins/textreport/indivcomplete.py b/gramps/plugins/textreport/indivcomplete.py index 31c512acb..ec33908e9 100644 --- a/gramps/plugins/textreport/indivcomplete.py +++ b/gramps/plugins/textreport/indivcomplete.py @@ -79,6 +79,7 @@ for event_group, type_list in EventType().get_menu_standard_xml(): TYPE2GROUP[event_type] = event_group SECTION_LIST.append(CUSTOM) TYPE2GROUP[EventType.CUSTOM] = CUSTOM +TYPE2GROUP[EventType.UNKNOWN] = _T_("Unknown") #------------------------------------------------------------------------ #