Fix indentation errors

Thanks to Paul Franklin for noticing.

(cherry picked from commit d5f918040cc7041cea9b586eeabbbb6dbe4e8623)
This commit is contained in:
John Ralls 2014-04-20 19:51:48 -07:00
parent f0ffd6e9b9
commit 2b1cd04071

View File

@ -198,7 +198,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 '
@ -209,7 +209,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 "