From e34124272e2a3ce1316a1592502677ada9eae987 Mon Sep 17 00:00:00 2001 From: Martin Hawlisch Date: Tue, 12 Apr 2005 13:11:23 +0000 Subject: [PATCH] * src/ArgHandler.py: Fixed typo svn: r4352 --- ChangeLog | 3 +++ src/ArgHandler.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f70c0bfa0..bebdd32bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2005-04-12 Martin Hawlisch + * src/ArgHandler.py: Fixed typo + 2005-04-11 Richard Taylor * src/plugins/ScratchPad.py: hook up to 'database-changed' signal so that pad is cleared when a new database is opened. diff --git a/src/ArgHandler.py b/src/ArgHandler.py index 525091f26..aa7bec781 100644 --- a/src/ArgHandler.py +++ b/src/ArgHandler.py @@ -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():