Skip to content

Commit

Permalink
Dev Small text fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Apr 16, 2021
1 parent af1217c commit 8eda7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/export/spss_view.php
Expand Up @@ -104,7 +104,7 @@
<li><?php eT("Download the data and the syntax file.");?></li>
<li><?php eT("Open the syntax file in SPSS in Unicode mode.");?></li>
<em>The next step (editing the 'FILE=' line) is only necessary when you have selected a SPSS version without Python. If you selected the version for SPSS with the Python plugin / Essentials, just save the syntax and the data file in the same folder. The full path will be automatically detected when you run the syntax.</em>
<li><?php echo sprintf(gT("Edit the %s line and complete the filename with a full$ path to the downloaded data file."),"'FILE='");?></li>
<li><?php echo sprintf(gT("Edit the line starting with %s and complete the filename with a full path to the downloaded data file."),"'FILE='");?></li>
<li><?php eT("Choose 'Run/All' from the menu to run the import.");?></li>
</ol>
<?php eT("Your data should be imported now.");?></div>
Expand Down

0 comments on commit 8eda7bf

Please sign in to comment.