Make spoolup tooltip format consistent

This commit is contained in:
DarkPhoenix
2018-12-13 09:36:33 +03:00
parent 74ebd3415c
commit 7bc82e229f
4 changed files with 11 additions and 12 deletions

View File

@@ -352,7 +352,7 @@ class Miscellanea(ViewColumn):
tooltip.append("spool up time")
text = " | ".join(text)
tooltip = " and ".join(tooltip)
tooltip = "{}\nSpool up amount {}-{} over {}s".format(
tooltip = "{}\nSpool up: {}-{} over {}s".format(
tooltip,
formatAmount(rpsPre, 3, 0, 3),
formatAmount(rpsFull, 3, 0, 3),