Skip to content

Commit

Permalink
Dev Text fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Jun 22, 2018
1 parent f52793d commit 9219df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/survey/surveybar_displayexport.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"description" => gT("Printable survey").' ('.getLanguageNameFromCode($tmp_lang, false).')',
"detailpage" => "
<p>".sprintf(gT("This will open the survey in %s as a printable page in new window."), getLanguageNameFromCode($tmp_lang, false))."</p>
<p>".gT("All necessary styles will be loaded, to print it just press Ctrl/Cmd+p or select print from your browsers menu.")."</p>
<p>".gT("All necessary styles will be loaded, to print it just press Ctrl/Cmd+p or select print from your browser menu.")."</p>
<p>".gT("It will not contain any logic or EM-functionality, you'll have to take that into account yourself.")."</p>
",
"href" => $this->createUrl("admin/printablesurvey/sa/index/surveyid/".$oSurvey->sid."/lang/".$tmp_lang),
Expand Down

0 comments on commit 9219df7

Please sign in to comment.