From ba97c071ef51bf3fb95bbf8d4e58ac97c68be5c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Thu, 28 Mar 2013 18:09:34 +0000 Subject: [PATCH] minor syntax error svn: r21794 --- gramps/plugins/tool/check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/plugins/tool/check.py b/gramps/plugins/tool/check.py index cd5176156..4eb1c2bdd 100644 --- a/gramps/plugins/tool/check.py +++ b/gramps/plugins/tool/check.py @@ -1941,7 +1941,7 @@ class CheckIntegrity(object): _('The database has passed internal checks'), parent=uistate.window) else: - print(_("No errors were found: the database has passed internal checks.") + print(_("No errors were found: the database has passed internal checks.")) return 0 self.text = StringIO()