Skip to content

Commit

Permalink
Fixed issue #17327: Untranslatable help text in SPSS export
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed May 27, 2021
1 parent c1544e5 commit edad104
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/views/admin/export/spss_view.php
Expand Up @@ -102,8 +102,8 @@
<br/><br/>
<ol>
<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 eT("Open the syntax file in SPSS in Unicode mode.");?></li>
<em><?php eT("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 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>
Expand Down

0 comments on commit edad104

Please sign in to comment.