Skip to content

Commit f69c5d1

Browse files
committed
Typos
1 parent ecf06d4 commit f69c5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Between.the.math.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ def feedback(x):
366366
fb.geometry("900x700+{}+{}".format(positionRight+300, positionDown))
367367

368368
tituloFeed = Label(fb, text="VOCÊ ERROU" if language == 'pt' else 'YOU FAILED', font=('Gothic', 32, "bold"), fg = 'red')
369-
justificativa = Label(fb, text = 'Justificativa:' if language == 'pt' else 'Answer sheet:', font=('Arial', 23, "bold"), fg = 'black')
369+
justificativa = Label(fb, text = 'Justificativa:' if language == 'pt' else 'Feedback:', font=('Arial', 23, "bold"), fg = 'black')
370370
resposta = Label(fb, text=explic[x], fg = 'black', font=('Arial', 18))
371371
tituloFeed.place(relx=0.5,rely=0,anchor=N)
372372

0 commit comments

Comments
 (0)