From cdc6e046b0254f4a548859b905fdc8157203a750 Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Thu, 25 Mar 2021 13:15:48 +0300 Subject: [PATCH] Fix #2308 --- gui/esiFittings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/esiFittings.py b/gui/esiFittings.py index 2b601829f..70bfe92e4 100644 --- a/gui/esiFittings.py +++ b/gui/esiFittings.py @@ -156,7 +156,7 @@ class EveFittings(AuxiliaryFrame): data = json.loads(self.fitTree.fittingsTreeCtrl.GetItemData(selection)) with wx.MessageDialog( - self, _t("Do you really want to delete {} ({}) from EVE?").format((data['name'], getItem(data['ship_type_id']).name)), + self, _t("Do you really want to delete {} ({}) from EVE?").format(data['name'], getItem(data['ship_type_id']).name), _t("Confirm Delete"), wx.YES | wx.NO | wx.ICON_QUESTION ) as dlg: if dlg.ShowModal() == wx.ID_YES: