Updated english strings in code to match semantics [HFJ-1858]
parent
d8c6976aef
commit
35e8dbd925
|
@ -95,9 +95,9 @@ H5P.QuestionSet = function (options, contentId) {
|
||||||
successComment: 'You have enough correct answers to pass the test.',
|
successComment: 'You have enough correct answers to pass the test.',
|
||||||
failGreeting: 'Sorry!',
|
failGreeting: 'Sorry!',
|
||||||
failComment: "You don't have enough correct answers to pass this test.",
|
failComment: "You don't have enough correct answers to pass this test.",
|
||||||
scoreString: 'You got @score points of @total possible.',
|
scoreString: '@score of @total points',
|
||||||
finishButtonText: 'Finish',
|
finishButtonText: 'Finish',
|
||||||
solutionButtonText: 'Show solution',
|
solutionButtonText: 'Solution',
|
||||||
retryButtonText: 'Retry',
|
retryButtonText: 'Retry',
|
||||||
showAnimations: false,
|
showAnimations: false,
|
||||||
skipButtonText: 'Skip video'
|
skipButtonText: 'Skip video'
|
||||||
|
|
Loading…
Reference in New Issue