Adjusted EFS to clipboard tooltip

This commit is contained in:
MaruMaruOO
2018-07-17 04:22:40 -04:00
parent fe43c2ee2e
commit ebac100e38
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ class CopySelectDialog(wx.Dialog):
CopySelectDialog.copyFormatDna: "A one-line text format",
CopySelectDialog.copyFormatEsi: "A JSON format used for EVE CREST",
CopySelectDialog.copyFormatMultiBuy: "MultiBuy text format",
CopySelectDialog.copyFormatEfs: u"EFS json stats format"}
CopySelectDialog.copyFormatEfs: "JSON data format used by EFS"}
selector = wx.RadioBox(self, wx.ID_ANY, label="Copy to the clipboard using:", choices=copyFormats,
style=wx.RA_SPECIFY_ROWS)
selector.Bind(wx.EVT_RADIOBOX, self.Selected)

View File

@@ -596,7 +596,7 @@ class EfsPort():
"therm": fitModAttr["shieldThermalDamageResonance"], "em": fitModAttr["shieldEmDamageResonance"]
}
resonance = {"hull": hullResonance, "armor": armorResonance, "shield": shieldResonance}
shipSize = EfsPort.getShipSize(groupID)
shipSize = EfsPort.getShipSize(fit.ship.item.groupID)
try:
dataDict = {