From 2b1cd04071e2d14c273dbd1ef64570ff8346f144 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sun, 20 Apr 2014 19:51:48 -0700 Subject: [PATCH] Fix indentation errors Thanks to Paul Franklin for noticing. (cherry picked from commit d5f918040cc7041cea9b586eeabbbb6dbe4e8623) --- gramps/gui/dialog.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gramps/gui/dialog.py b/gramps/gui/dialog.py index 6d4fe29eb..f0931a7ca 100644 --- a/gramps/gui/dialog.py +++ b/gramps/gui/dialog.py @@ -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 "