* src/ArgHandler.py: Fixed typo

svn: r4352
This commit is contained in:
Martin Hawlisch
2005-04-12 13:11:23 +00:00
parent 4ac4e36230
commit e34124272e
2 changed files with 4 additions and 1 deletions

View File

@@ -283,7 +283,7 @@ class ArgHandler:
_("New GRAMPS database has to be set up "
"when opening non-native formats. The "
"following dialog will let you select "
"the new database.",
"the new database."),
self.parent.topWindow)
prompter = DbPrompter.NewNativeDbPrompter(self.parent)
if not prompter.chooser():