Skip to content

Commit

Permalink
Fixed issue #13045: Tutorial - text - Edit answer options
Browse files Browse the repository at this point in the history
  • Loading branch information
lacrioque committed Dec 19, 2017
1 parent e5e992e commit a1ef3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/Tutorials.php
Expand Up @@ -350,7 +350,7 @@ private function _generatePreBuiltPackage()
'path' => [Yii::app()->createUrl('admin/questions/sa/answeroptions/surveyid/[0-9]{4,25}/gid/[0-9]{1,25}/qid/[0-9]{4,25}')],
'placement' => 'bottom',
'title' => gT('Edit answer options'),
'content' => gT("As you can see the editing of answer options and subquestions is really not much different.").'<br/>'
'content' => gT("As you can see, editing answer options is quite similar to editing subquestions.").'<br/>'
.sprintf(gT('Rember the plus button %s ?'), '<i class="icon-add text-success"></i>').'<br/>'
.'<p class="alert bg-warning">'.gT("Please add at least two answer options to proceed.").'</p>',
'redirect' => false,
Expand Down

0 comments on commit a1ef3e1

Please sign in to comment.