From af16627904dd0c931a3938d6f34fd136418442e7 Mon Sep 17 00:00:00 2001 From: Eveldee Date: Thu, 9 May 2019 19:52:40 +0200 Subject: [PATCH] Change lose message --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index f774c56..0f7fa71 100644 --- a/main.py +++ b/main.py @@ -172,7 +172,7 @@ def end(): _end = True tk.Label( win, - text = 'PERDU!', + text = 'Perdu !', bg = color.LEVEL_1, fg = color.LEVEL_9, font = (None, 48)