Fixed some translation problems

svn: r418
This commit is contained in:
Don Allingham
2001-09-21 13:20:50 +00:00
parent cb189c865d
commit 384be9af3c
7 changed files with 14 additions and 13 deletions

View File

@@ -237,7 +237,7 @@ def runTool(database,person,callback):
name = person.getPrimaryName().getRegularName()
topDialog.get_widget("name").set_text("Relationship to " + name)
topDialog.get_widget("name").set_text(_("Relationship to %s") % name)
peopleList = topDialog.get_widget("peopleList")
name_list = database.getPersonMap().values()