Skip to content

Commit

Permalink
Fixed issue 13029: Tutorial - text - The Survey description
Browse files Browse the repository at this point in the history
  • Loading branch information
lacrioque committed Dec 19, 2017
1 parent ca078ee commit 7d6cb46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions application/models/Tutorials.php
Expand Up @@ -68,9 +68,9 @@ private function _generatePreBuiltPackage()
'path' => Yii::app()->createUrl('/admin/survey/sa/newsurvey'),
'title' => gT('The survey description'),
'placement' => 'top',
'content' => gT("This is the description of the survey.")."<br/>"
.gT("Your participants will see this at first on their welcome screen.").' '
.gT("Try to describe what your survey is about, but don't ask any question just yet."),
'content' => gT("You can type in this field a short description of your survey.")."<br/>"
.gT("The text inserted here will be displayed on the welcome screen, which is the first thing that your respondents will see when they access your survey..").' '
.gT("Describe your survey, but do not ask any question yet."),
'redirect' => false,
),
array( //5
Expand Down

0 comments on commit 7d6cb46

Please sign in to comment.