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 40136b9 commit b050bfa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions application/views/admin/survey/surveybar_displayexport.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@
"description" => gT("Printable survey (*.html)"),
"detailpage" => "
<p>".gT("This will download a .zip file containing the survey in all languages.")."</p>
<p>".gT("It will also contain the necessary stylesheets to put it up on any HTML-ready devices or browsers")."</p>
<p>".gT("It will not contain any logic, or EM-functionalities, you will have to calculate that yourself.")."</p>
<p>".gT("It will also contain the necessary stylesheets to put it up on any HTML-ready devices or browsers.")."</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/export/sa/survey/action/exportprintables/surveyid/".$oSurvey->sid),
"download" => true,
Expand All @@ -110,9 +110,9 @@
"key" => "printablesurvey",
"description" => gT("Printable survey"),
"detailpage" => "
<p>".gT("This will open the survey as a printable page in another window.")."</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("It will not contain any logic, or EM-functionalities, you will have to calculate that yourself.")."</p>
<p>".gT("This will open the survey as a printable page in new window.")."</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"),
"download" => false,
Expand All @@ -135,9 +135,9 @@
"key" => "printablesurvey_".$tmp_lang,
"description" => gT("Printable survey").' ('.getLanguageNameFromCode($tmp_lang, false).')',
"detailpage" => "
<p>".sprintf(gT("This will open the survey in %s as a printable page in another window."), getLanguageNameFromCode($tmp_lang, false))."</p>
<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("It will not contain any logic, or EM-functionalities, you will have to calculate that yourself.")."</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),
"external" => true,
Expand Down
2 changes: 1 addition & 1 deletion themes/survey/fruity/options/options.twig
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@
{# stickymatrixheaders #}
<div class='col-sm-12 col-md-4 col-lg-2'>
<div class='form-group row'>
<label for='simple_edit_options_stickymatrixheaders' class='control-label'>{{ gT("Sticky matrix headers") }}</label>
<label for='simple_edit_options_stickymatrixheaders' class='control-label'>{{ gT("Sticky array headers") }}</label>
<div class='col-sm-12'>
<div class="btn-group" data-toggle="buttons">
<label class="btn btn-default">
Expand Down

0 comments on commit b050bfa

Please sign in to comment.