diff --git a/application/models/Tutorials.php b/application/models/Tutorials.php index 0db9a54ced7..66863cf8d78 100644 --- a/application/models/Tutorials.php +++ b/application/models/Tutorials.php @@ -301,7 +301,7 @@ private function _generatePreBuiltPackage() 'path' => [Yii::app()->createUrl('admin/questions/sa/subquestions/surveyid/[0-9]{4,25}/gid/[0-9]{1,25}/qid/[0-9]{4,25}')], 'placement' => 'bottom', 'title' => gT('Edit subquestions'), - 'content' => gT("Here you may add some subquestions for your question.").'
' + 'content' => gT("You should add some subquestions for your question here.").'
' .gT("Every row is one subquestion. It's best practice to use logical or numerical codes for the subquestions.").' ' .gT("Your participants cannot see the subquestion code, only the subquestion text itself.") ."

".gT("Pro tip: The subquestion may even contain HTML code.").'

',