Add space in "spool up"

This commit is contained in:
DarkPhoenix
2018-12-12 10:05:53 +03:00
parent 46c95d722c
commit 85a834d1a3
4 changed files with 4 additions and 4 deletions

View File

@@ -153,7 +153,7 @@ class FirepowerViewFull(StatsView):
if roundToPrec(preSpool, prec) == roundToPrec(fullSpool, prec):
return ""
else:
return "Spoolup {}: {}-{}".format(
return "Spool up {}: {}-{}".format(
statName,
formatAmount(preSpool, prec, lowest, highest),
formatAmount(fullSpool, prec, lowest, highest))