Updated english strings in code to match semantics [HFJ-1858]

pull/4/head
Paal Joergensen 2016-04-22 10:33:07 +02:00
parent d8c6976aef
commit 35e8dbd925
1 changed files with 2 additions and 2 deletions

View File

@ -95,9 +95,9 @@ H5P.QuestionSet = function (options, contentId) {
successComment: 'You have enough correct answers to pass the test.',
failGreeting: 'Sorry!',
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',
solutionButtonText: 'Show solution',
solutionButtonText: 'Solution',
retryButtonText: 'Retry',
showAnimations: false,
skipButtonText: 'Skip video'