diff --git a/gramps/plugins/view/geofamclose.py b/gramps/plugins/view/geofamclose.py index 4aad3a514..d0c81ea4e 100644 --- a/gramps/plugins/view/geofamclose.py +++ b/gramps/plugins/view/geofamclose.py @@ -265,7 +265,7 @@ class GeoFamClose(GeoGraphyView): self.family_label(self.reffamily)) if family: self.message_layer.add_message(_("The other family : %s") % - self.family_label(f1)) + self.family_label(family)) else: self.message_layer.add_message(_("The other family : %s") % _("Unknown"))