Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/game/Area1Game4.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Area1Game4.py')
-rw-r--r--src/game/Area1Game4.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/Area1Game4.py b/src/game/Area1Game4.py
index 6643747..96a6be7 100644
--- a/src/game/Area1Game4.py
+++ b/src/game/Area1Game4.py
@@ -94,7 +94,7 @@ class CArea1Game4(CGameState):
self.mLabelQuestion.set_text(self.mQuestions[self.mQuestionsL[self.mCurrentQuestion]][0])
CGame().addChild(self.mLabelQuestion)
- t = unicode('Última pregunta', 'UTF-8')
+ t = unicode(_('Última pregunta'), 'UTF-8')
self.mLabelEnd = Globe((400, 100), pico='None', text=t)
self.mLabelEnd.set_center((600, 400))
@@ -142,7 +142,7 @@ class CArea1Game4(CGameState):
CGame().removeChild(self.mBadSprite)
self.mLocalState = STATE_ANSWER
self.mCurrentQuestion = self.mCurrentQuestion + 1
- print 'estado de preguntas', self.mCurrentQuestion
+ #print 'estado de preguntas', self.mCurrentQuestion
if not(self.mCurrentQuestion == 6):
self.mLabelQuestion.set_text(self.mQuestions[self.mQuestionsL[self.mCurrentQuestion]][0])
else: