diff --git a/application/models/Tutorials.php b/application/models/Tutorials.php index 4aabe5d4339..60d0ba28b13 100644 --- a/application/models/Tutorials.php +++ b/application/models/Tutorials.php @@ -38,7 +38,7 @@ private function _generatePreBuiltPackage() 'title' => gT('Welcome to LimeSurvey!'), 'placement' => 'bottom', 'content' => gT("This tour will help you to easily get a basic understanding of LimeSurvey.")."
" - .gt("We would like to help you with a quick tour of the most essential functions and features"), + .gt("We would like to help you with a quick tour of the most essential functions and features."), 'redirect' => false, 'onShow' => "(function(){ $('#welcomeModal').modal('hide'); })" ),