Skip to content

Commit

Permalink
Dev Renamed menu entry
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Oct 5, 2017
1 parent 46f7cde commit e02ea0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/views/admin/responses/browsemenubar_view.php
Expand Up @@ -76,14 +76,14 @@
<!-- Export results to application -->
<li>
<a href='<?php echo $this->createUrl("admin/export/sa/exportresults/surveyid/$surveyid"); ?>'>
<?php eT("Export results to application"); ?>
<?php eT("Export responses"); ?>
</a>
</li>

<!-- Export results to a SPSS/PASW command file -->
<li>
<a href='<?php echo $this->createUrl("admin/export/sa/exportspss/sid/$surveyid"); ?>'>
<?php eT("Export results to a SPSS/PASW command file"); ?>
<?php eT("Export responses to SPSS"); ?>
</a>
</li>

Expand Down

0 comments on commit e02ea0d

Please sign in to comment.