Updated the default text

pull/4/head
Frode Petterson 2016-04-08 16:07:24 +02:00
parent c36e31ebf4
commit 63f6162ef2
2 changed files with 4 additions and 4 deletions

View File

@ -76,8 +76,8 @@ H5P.QuestionSet = function (options, contentId) {
startButtonText: 'Start' startButtonText: 'Start'
}, },
texts: { texts: {
prevButton: 'Previous', prevButton: 'Previous question',
nextButton: 'Next', nextButton: 'Next question',
finishButton: 'Finish', finishButton: 'Finish',
textualProgress: 'Question: @current of @total questions', textualProgress: 'Question: @current of @total questions',
jumpToQuestion: 'Jump to question %d' jumpToQuestion: 'Jump to question %d'

View File

@ -128,13 +128,13 @@
"name": "prevButton", "name": "prevButton",
"type": "text", "type": "text",
"label": "Back button", "label": "Back button",
"default": "Previous" "default": "Previous question"
}, },
{ {
"name": "nextButton", "name": "nextButton",
"type": "text", "type": "text",
"label": "Next button", "label": "Next button",
"default": "Next" "default": "Next question"
}, },
{ {
"name": "finishButton", "name": "finishButton",