From a1ef3e18990dc899be2f840a2ac4835487f2bb64 Mon Sep 17 00:00:00 2001 From: markusfluer Date: Mon, 18 Dec 2017 18:38:25 +0100 Subject: [PATCH] Fixed issue #13045: Tutorial - text - Edit answer options --- application/models/Tutorials.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/models/Tutorials.php b/application/models/Tutorials.php index 136cfcb95cd..48d2bff5b2d 100644 --- a/application/models/Tutorials.php +++ b/application/models/Tutorials.php @@ -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.").'
' + 'content' => gT("As you can see, editing answer options is quite similar to editing subquestions.").'
' .sprintf(gT('Rember the plus button %s ?'), '').'
' .'

'.gT("Please add at least two answer options to proceed.").'

', 'redirect' => false,