From 66169aead40a4891dd6af489b5243bc3ffdf53f4 Mon Sep 17 00:00:00 2001 From: Janik Kleinhoff Date: Sat, 21 Feb 2015 21:42:44 +0000 Subject: [PATCH] s/game is canceled/the game is canceled/ --- modules/wolfgame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/wolfgame.py b/modules/wolfgame.py index ab065a4..a9a29cb 100644 --- a/modules/wolfgame.py +++ b/modules/wolfgame.py @@ -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())