Added back text to finish button.

d3summaryChart
Frode Petterson 2014-06-27 11:12:31 +02:00
parent 24f877cc8e
commit 76fb66317c
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ H5P.QuestionSet = function (options, contentId) {
' </div>' +
' <a class="prev button" title="<%= texts.prevButton %>"></a>' +
' <a class="next button" title="<%= texts.nextButton %>"></a>' +
' <a class="finish button" title="<%= texts.finishButton %>"></a>' +
' <a class="finish button"><%= texts.finishButton %></a>' +
' </div>' +
'</div>';