diff --git a/tests/example angtest.tst b/tests/example angtest.tst index f59d54d..2ebaeda 100644 --- a/tests/example angtest.tst +++ b/tests/example angtest.tst @@ -1,4 +1,4 @@ -0 +0.0 apple/jablko car,automobile/auto,automobil chopper,helicopter/vrtulník,helikoptéra diff --git a/vyzkousejme.pyw b/vyzkousejme.pyw index 9993ab2..4c436fd 100644 --- a/vyzkousejme.pyw +++ b/vyzkousejme.pyw @@ -159,7 +159,7 @@ answerButton.grid(row=1, column=5, sticky=W) timeMultiplierLabel.grid(row=2, column=1, columnspan=5) currentScore.set('Score: %s' %(score)) -highScore.set('High score is: %s' %(test[2])) +highScore.set('High score: %s' %(test[2])) question.set('question will appear here') root.protocol("WM_DELETE_WINDOW", on_closing)