diff --git a/gramps/plugins/gramplet/topsurnamesgramplet.py b/gramps/plugins/gramplet/topsurnamesgramplet.py index 591b6746a..e3bf54c97 100644 --- a/gramps/plugins/gramplet/topsurnamesgramplet.py +++ b/gramps/plugins/gramplet/topsurnamesgramplet.py @@ -57,6 +57,7 @@ class TopSurnamesGramplet(Gramplet): self.dbstate.db.connect('person-update', self.update) self.dbstate.db.connect('person-rebuild', self.update) self.dbstate.db.connect('family-rebuild', self.update) + self.set_text(_("No Family Tree loaded.")) def on_load(self): if len(self.gui.data) > 0: