Spelling changes to SixMeaningsQuestion.java
This commit is contained in:
parent
cf5e47b58c
commit
307b0a18b1
1 changed files with 2 additions and 2 deletions
|
@ -161,9 +161,9 @@ public class SixMeaningsQuestion extends TranslationController implements Initia
|
||||||
correct++;
|
correct++;
|
||||||
}else incorrect++;
|
}else incorrect++;
|
||||||
|
|
||||||
CorrectAnswer.setText(Integer.toString(correct));
|
correctAnswer.setText(Integer.toString(correct));
|
||||||
|
|
||||||
WrongAnswer.setText(Integer.toString(incorrect));
|
wrongAnswer.setText(Integer.toString(incorrect));
|
||||||
|
|
||||||
wordSet.clear();
|
wordSet.clear();
|
||||||
this.prepare();
|
this.prepare();
|
||||||
|
|
Reference in a new issue