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

@@ -96,7 +96,7 @@ class OutgoingViewFull(StatsView):
if roundToPrec(preSpool, prec) == roundToPrec(fullSpool, prec):
return text
else:
return "{}, spoolup {}-{}".format(
return "{}, spool up {}-{}".format(
text,
formatAmount(preSpool, prec, lowest, highest),
formatAmount(fullSpool, prec, lowest, highest))