Skip to content

Commit

Permalink
Dev some translation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Nov 25, 2012
1 parent 7f41c5d commit 08c31b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions application/helpers/admin/statistics_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -3099,9 +3099,9 @@ public function generate_statistics($surveyid, $allfields, $q2show='all', $usegr
// set document information
$this->pdf->SetCreator(PDF_CREATOR);
$this->pdf->SetAuthor('LimeSurvey');
$this->pdf->SetTitle(sprintf($statlang->gT("Statistic survey %s"),$surveyid));
$this->pdf->SetTitle(sprintf($statlang->gT("Statistics survey %s"),$surveyid));
$this->pdf->SetSubject($surveyInfo['surveyls_title']);
$this->pdf->SetKeywords('LimeSurvey,'.$statlang->gT("Statistic").', '.sprintf($statlang->gT("Survey %s"),$surveyid));
$this->pdf->SetKeywords('LimeSurvey,'.$statlang->gT("Statistics").', '.sprintf($statlang->gT("Survey %s"),$surveyid));
$this->pdf->SetDisplayMode('fullpage', 'two');

//Set some pdf metadata
Expand Down
4 changes: 2 additions & 2 deletions application/views/admin/export/statistics_view.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
</fieldset>
</div>
<p>
<input type='submit' value='<?php $clang->eT("View stats"); ?>' />
<input type='submit' value='<?php $clang->eT("View statistics"); ?>' />
<input type='button' value='<?php $clang->eT("Clear"); ?>' onclick="window.open('<?php echo Yii::app()->getController()->createUrl("admin/statistics/surveyid/$surveyid"); ?>', '_top')" />
</p>
</div>
Expand Down Expand Up @@ -1286,7 +1286,7 @@
</table>

<p id='vertical_slide2'>
<input type='submit' value='<?php $clang->eT("View stats"); ?>' />
<input type='submit' value='<?php $clang->eT("View statistics"); ?>' />
<input type='button' value='<?php $clang->eT("Clear"); ?>' onclick="window.open('<?php echo Yii::app()->getController()->createUrl("admin/statistics/index/surveyid/$surveyid"); ?>', '_top')" />
<input type='hidden' name='sid' value='<?php echo $surveyid; ?>' />
<input type='hidden' name='display' value='stats' />
Expand Down

0 comments on commit 08c31b7

Please sign in to comment.