Replace asterisk with superscript s

This commit is contained in:
DarkPhoenix
2018-12-13 14:54:23 +03:00
parent ba12d97c1d
commit f48ce43c0c
4 changed files with 4 additions and 4 deletions

View File

@@ -133,7 +133,7 @@ class RechargeViewFull(StatsView):
else:
ttText = ""
lbl.SetLabel("{:.1f}{}".format(amount, "*" if ttText else ""))
lbl.SetLabel("{:.1f}{}".format(amount, "\u02e2" if ttText else ""))
lbl.SetToolTip(wx.ToolTip(ttText))
unitlbl.SetToolTip(wx.ToolTip(ttText))