Fix indentation errors
Thanks to Paul Franklin for noticing. (cherry picked from commit d5f918040cc7041cea9b586eeabbbb6dbe4e8623)
This commit is contained in:
parent
f0ffd6e9b9
commit
2b1cd04071
@ -198,7 +198,7 @@ class ErrorDialog(Gtk.MessageDialog):
|
|||||||
|
|
||||||
class RunDatabaseRepair(ErrorDialog):
|
class RunDatabaseRepair(ErrorDialog):
|
||||||
def __init__(self, msg, parent=None):
|
def __init__(self, msg, parent=None):
|
||||||
ErrorDialog.__init__(
|
ErrorDialog.__init__(
|
||||||
self,
|
self,
|
||||||
_('Error detected in database'),
|
_('Error detected in database'),
|
||||||
_('Gramps has detected an error in the database. This can '
|
_('Gramps has detected an error in the database. This can '
|
||||||
@ -209,7 +209,7 @@ class RunDatabaseRepair(ErrorDialog):
|
|||||||
|
|
||||||
class DBErrorDialog(ErrorDialog):
|
class DBErrorDialog(ErrorDialog):
|
||||||
def __init__(self, msg, parent=None):
|
def __init__(self, msg, parent=None):
|
||||||
ErrorDialog.__init__(
|
ErrorDialog.__init__(
|
||||||
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 "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user