Fixed indentation error

This commit is contained in:
Manuel Cortez 2021-12-22 08:22:36 -06:00
parent ebf7916ae0
commit c8da3bdfdb
No known key found for this signature in database
GPG Key ID: 9E0735CA15EFE790

View File

@ -91,7 +91,7 @@ def existing_filter():
def common_error(reason):
return wx.MessageDialog(None, reason, _(u"Error"), wx.OK).ShowModal()
def invalid_configuration():
def invalid_configuration():
return wx.MessageDialog(None, _("The configuration file is invalid."), _("Error"), wx.ICON_ERROR).ShowModal()
def dead_pid():