From 8f21215a59af6955d538bc5ffdbc15166662e49f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Sun, 12 Dec 2010 08:31:47 +0000 Subject: [PATCH] 4445: better English in database-repair typeout (contribution by Paul Franklin) svn: r16264 --- src/QuestionDialog.py | 2 +- src/cli/grampscli.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/QuestionDialog.py b/src/QuestionDialog.py index c65980132..36eab87a0 100644 --- a/src/QuestionDialog.py +++ b/src/QuestionDialog.py @@ -204,7 +204,7 @@ class DBErrorDialog(ErrorDialog): self, _("Low level database corruption detected"), _("Gramps has detected a problem in the underlying " - "Berkeley database. This can be repaired by from " + "Berkeley database. This can be repaired from " "the Family Tree Manager. Select the database and " 'click on the Repair button') + '\n\n' + msg, parent) diff --git a/src/cli/grampscli.py b/src/cli/grampscli.py index d86a4c1f3..4046e522e 100644 --- a/src/cli/grampscli.py +++ b/src/cli/grampscli.py @@ -93,7 +93,7 @@ class CLIDbLoader(object): self._errordialog( '', _("Low level database corruption detected") + '\n' + _("Gramps has detected a problem in the underlying " - "Berkeley database. This can be repaired by from " + "Berkeley database. This can be repaired from " "the Family Tree Manager. Select the database and " 'click on the Repair button') + '\n\n' + str(msg))