Skip to content

Commit

Permalink
Fixed issue #13033: Tutorial - text - the top bar
Browse files Browse the repository at this point in the history
  • Loading branch information
lacrioque committed Dec 19, 2017
1 parent 1b6b832 commit 5282406
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions application/models/Tutorials.php
Expand Up @@ -130,9 +130,9 @@ private function _generatePreBuiltPackage()
'path' => [Yii::app()->createUrl('/admin/survey/sa/view', ['surveyid' => '[0-9]{4,25}'])],
'placement' => 'bottom',
'title' => gT('The settings tab with the survey menu'),
'content' => gT('This tab shows the survey settings.').' '
.gT('Any setting for your survey is accessible from this menu.').' '
.gT('If you want to know more about the settings, have a look at our manual.'),
'content' => gT('If you click on this tab, the survey settings menu will be displayed.').' '
.gT('The most important settings of your survey are accessible from this menu.'). '<br/>'
.gT('If you want to know more about them, check our manual.'),
'redirect' => false,
),
array( //11
Expand All @@ -142,7 +142,7 @@ private function _generatePreBuiltPackage()
'title' => gT('The top bar'),
'content' => gT('This is the top bar.').'<br/>'
.gT('This bar will change as you move through the functionalities.').' '
.gT('This view contains the most important LimeSurvey functionalities like activating and previewing the survey.'),
.gT('The current bar corresponds to the "overview" tab. It contains the most important LimeSurvey functionalities such as preview and activate survey.'),
'redirect' => false,
),
array( //12
Expand Down

0 comments on commit 5282406

Please sign in to comment.