From 35e8dbd92586aae17b338445216f9d0c627b85aa Mon Sep 17 00:00:00 2001 From: Paal Joergensen Date: Fri, 22 Apr 2016 10:33:07 +0200 Subject: [PATCH] Updated english strings in code to match semantics [HFJ-1858] --- js/questionset.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/questionset.js b/js/questionset.js index dd81fee..eeac01d 100644 --- a/js/questionset.js +++ b/js/questionset.js @@ -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'