Skip to content

Commit

Permalink
Fixed issue 09577: wrong instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
maziminke committed Mar 24, 2015
1 parent d25b735 commit 4547f0a
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 @@ -35,7 +35,7 @@
<br/><ol>
<li><?php $clang->eT("Download the data and the syntax file");?></li>
<li><?php $clang->eT("Open the syntax file in SPSS in Unicode mode");?></li>
<li><?php $clang->eT("Edit the 4th line and complete the filename with a full path to the downloaded data file");?></li>
<li><?php echo sprintf($clang->gT("Edit the %s line and complete the filename with a full path to the downloaded data file"),"'FILE='");?></li>
<li><?php $clang->eT("Choose 'Run/All' from the menu to run the import");?></li>
</ol><p>
<?php $clang->eT("Your data should be imported now");?></div>

0 comments on commit 4547f0a

Please sign in to comment.