Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index 954a8ce..71b591b 100755
--- a/main.py
+++ b/main.py
@@ -84,7 +84,7 @@ class Game:
elif PLAYER_B > PLAYER_A:
winner = 'B'
if winner == None:
- msg = _('Empate')
+ msg = _('Draw')
else:
msg = _('Player %s win!') % winner
text = self.fuente2.render(msg, 1, COLOR_OWNER)