diff --git a/src/plugins/NotRelated.py b/src/plugins/NotRelated.py index f95efd7ec..64529a5f5 100644 --- a/src/plugins/NotRelated.py +++ b/src/plugins/NotRelated.py @@ -139,7 +139,7 @@ class NotRelated(ManagedWindow.ManagedWindow) : # populate the treeview model with the names of unrelated people if self.numberOfUnrelatedPeople == 0: - title.set_text('Everyone in the database is related to %s' % self.name) + title.set_text(_('Everyone in the database is related to %s') % self.name) else: self.populateModel() self.model.set_sort_column_id(0, gtk.SORT_ASCENDING)