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 68616fe commit b2d51a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions application/views/admin/survey/surveybar_displayexport.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
<p>".gT("It will include the following data in a ZIP file ending with '.lsa'.")."</p>
<ul>
<li>".gT("Survey structure")."</li>
<li>".gT("Response data (Files uploaded in a file upload question have to exported separately)")."</li>
<li>".gT("Token data (if activated)")."</li>
<li>".gT("Response data (Attention: Doesn't include files uploaded in a file upload question. These have to be exported separately.)")."</li>
<li>".gT("Survey participant data (if activated)")."</li>
<li>".gT("Timings (if activated)")."</li>
</ul>
",
Expand All @@ -44,7 +44,7 @@
]
: [
"key" => "surveyarchive",
"description" => "".gT("Survey archive - only in active surveys"),
"description" => "".gT("Survey archive - only available for active surveys"),
"detailpage" => "",
"href" => '#',
"htmlclasses" => 'disabled',
Expand Down

0 comments on commit b2d51a2

Please sign in to comment.