From e1827049650577f2e0844f33623f5882c59e99a9 Mon Sep 17 00:00:00 2001 From: Mateu Batle Date: Fri, 03 Dec 2010 03:00:17 +0000 Subject: Fixed tildes Removed mathquwy1 and 2 --- (limited to 'game2') diff --git a/game2/game2.py b/game2/game2.py index deca49e..3c27abd 100755 --- a/game2/game2.py +++ b/game2/game2.py @@ -362,7 +362,7 @@ class Game2(usmpgames.ApplicationState): global maxScore global score drawText(_('PUNTAJE: %s') % (score), font, surface, 700, 0, TEXTCOLOR) - drawText(_('MAXIMO: %s') % (maxScore), font, surface, 700, 60, TEXTCOLOR) + drawText(_('M\xc1XIMO: %s') % (maxScore), font, surface, 700, 60, TEXTCOLOR) if(GAMEMODE==1): #This draw the operation -- cgit v0.9.1