Skip to content

Commit

Permalink
Fix typo in ECM targetting view
Browse files Browse the repository at this point in the history
  • Loading branch information
porowns committed Nov 13, 2020
1 parent 10613c9 commit ca7a3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/builtinStatsViews/targetingMiscViewMinimal.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def refreshPanel(self, fit):
ecmChance = otherValues["jamChance"]
ecmChance = round(ecmChance, 1)
if ecmChance > 0:
label.SetToolTip(wx.ToolTip(_t("Type: {0}\n").foramt(_t(fit.scanType)) +
label.SetToolTip(wx.ToolTip(_t("Type: {0}\n").format(_t(fit.scanType)) +
# xgettext:no-python-format,python-brace-format
_t("{}% chance to be jammed").format(formatAmount(ecmChance, 3, 0, 0))))
else:
Expand Down

0 comments on commit ca7a3ca

Please sign in to comment.