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

@@ -350,7 +350,7 @@ def report(database,person):
name = person.getPrimaryName().getRegularName()
label = topDialog.get_widget("labelTitle")
label.set_text("Individual Summary for " + name)
label.set_text(_("Individual Summary for %s") % name)
PaperMenu.make_paper_menu(topDialog.get_widget("papersize"))
PaperMenu.make_orientation_menu(topDialog.get_widget("orientation"))