#2408: Cannot translate one string

svn: r11093
This commit is contained in:
Jérôme Rapinat 2008-09-28 09:26:19 +00:00
parent 1e36f16e5d
commit 5badf9c16d

View File

@ -139,7 +139,7 @@ class NotRelated(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)