4445: better English in database-repair typeout (contribution by Paul Franklin)
svn: r16264
This commit is contained in:
@ -204,7 +204,7 @@ class DBErrorDialog(ErrorDialog):
|
|||||||
self,
|
self,
|
||||||
_("Low level database corruption detected"),
|
_("Low level database corruption detected"),
|
||||||
_("Gramps has detected a problem in the underlying "
|
_("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 "
|
"the Family Tree Manager. Select the database and "
|
||||||
'click on the Repair button') + '\n\n' + msg, parent)
|
'click on the Repair button') + '\n\n' + msg, parent)
|
||||||
|
|
||||||
|
@ -93,7 +93,7 @@ class CLIDbLoader(object):
|
|||||||
self._errordialog( '', _("Low level database corruption detected")
|
self._errordialog( '', _("Low level database corruption detected")
|
||||||
+ '\n' +
|
+ '\n' +
|
||||||
_("Gramps has detected a problem in the underlying "
|
_("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 "
|
"the Family Tree Manager. Select the database and "
|
||||||
'click on the Repair button') + '\n\n' + str(msg))
|
'click on the Repair button') + '\n\n' + str(msg))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user