s/game is canceled/the game is canceled/

This commit is contained in:
Janik Kleinhoff 2015-02-21 21:42:44 +00:00
parent dbf614c0cc
commit 66169aead4

View File

@ -6215,7 +6215,7 @@ def timeleft(cli, nick, chan, rest):
elif var.PHASE == "night":
what = "sunrise"
elif var.PHASE == "join":
what = "game is canceled"
what = "the game is canceled"
msg = "There is \u0002{0[0]:0>2}:{0[1]:0>2}\u0002 remaining until {1}.".format(divmod(remaining, 60), what)
else:
msg = "{0} timers are currently disabled.".format(var.PHASE.capitalize())