parent
2be58d9d2f
commit
a1a744ef8a
@ -153,7 +153,7 @@ class NotRelated(Tool.Tool, ManagedWindow.ManagedWindow) :
|
|||||||
|
|
||||||
# populate the treeview model with the names of unrelated people
|
# populate the treeview model with the names of unrelated people
|
||||||
if self.numberOfUnrelatedPeople == 0:
|
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:
|
else:
|
||||||
self.populateModel()
|
self.populateModel()
|
||||||
self.model.set_sort_column_id(0, gtk.SORT_ASCENDING)
|
self.model.set_sort_column_id(0, gtk.SORT_ASCENDING)
|
||||||
|
Loading…
Reference in New Issue
Block a user