#2408: Cannot translate one string

svn: r11094
This commit is contained in:
Jérôme Rapinat 2008-09-28 09:27:40 +00:00
parent 2be58d9d2f
commit a1a744ef8a

View File

@ -153,7 +153,7 @@ class NotRelated(Tool.Tool, 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)