* src/plugins/AncestorChart2.py: Change the tile when changing

the center person.
* src/plugins/SimpleBookTitle.py: Correct window title.


svn: r2734
This commit is contained in:
Alex Roitman
2004-02-01 00:44:31 +00:00
parent 075f8bcf25
commit b548fed9a9
3 changed files with 23 additions and 5 deletions

View File

@@ -275,7 +275,7 @@ class SimpleBookTitleDialog(Report.BareReportDialog):
def get_title(self):
"""The window title for this dialog"""
return "%s - GRAMPS Book" % (_("Simple Book Title"))
return "%s - GRAMPS Book" % (_("Title Page"))
def get_header(self, name):
"""The header line at the top of the dialog contents"""