4445: better English in database-repair typeout (contribution by Paul Franklin)

svn: r16264
This commit is contained in:
Jérôme Rapinat 2010-12-12 08:31:47 +00:00
parent 90c5ee56f5
commit 8f21215a59
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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))