Fix indentation errors
Thanks to Paul Franklin for noticing.
This commit is contained in:
parent
a4779e8c50
commit
d5f918040c
@ -200,7 +200,7 @@ class ErrorDialog(Gtk.MessageDialog):
|
||||
|
||||
class RunDatabaseRepair(ErrorDialog):
|
||||
def __init__(self, msg, parent=None):
|
||||
ErrorDialog.__init__(
|
||||
ErrorDialog.__init__(
|
||||
self,
|
||||
_('Error detected in database'),
|
||||
_('Gramps has detected an error in the database. This can '
|
||||
@ -211,7 +211,7 @@ class RunDatabaseRepair(ErrorDialog):
|
||||
|
||||
class DBErrorDialog(ErrorDialog):
|
||||
def __init__(self, msg, parent=None):
|
||||
ErrorDialog.__init__(
|
||||
ErrorDialog.__init__(
|
||||
self,
|
||||
_("Low level database corruption detected"),
|
||||
_("Gramps has detected a problem in the underlying "
|
||||
|
Loading…
Reference in New Issue
Block a user