Skip to content

Commit

Permalink
Dev Fixed translations
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Feb 8, 2018
1 parent 71c3be6 commit 2005c24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/views/admin/super/footer.php
Expand Up @@ -32,13 +32,13 @@
<!-- Support / Donate -->
<div class="col-xs-6 col-sm-4 text-center" >
<a href='http://donate.limesurvey.org' target="_blank">
<img alt='<?php eT("Support this project - Donate to "); ?>LimeSurvey' title='<?php eT("Support this project - Donate to "); ?>LimeSurvey!' src='<?php echo Yii::app()->getConfig('adminimageurl');?>donate.png'/>
<img alt='<?php printf(gT("Support this project - Donate to %s!"),'LimeSurvey'); ?>' title='<?php printf(gT("Support this project - Donate to %s!"),'LimeSurvey'); ?>' src='<?php echo Yii::app()->getConfig('adminimageurl');?>donate.png'/>
</a>
</div>

<!-- Lime survey website -->
<div class="col-xs-12 col-sm-4 text-right">
<a title='<?php eT("Visit our website!"); ?>' href='https://www.limesurvey.org' target='_blank'><?=gT('LimeSurvey')?></a><br />
<a title='<?php eT("Visit our website!"); ?>' href='https://www.limesurvey.org' target='_blank'>LimeSurvey</a><br />
<?php if(Permission::model()->hasGlobalPermission('superadmin','read')) { ?>
<a href="#modalSystemInformation" data-toggle="modal" title="<?=gT("Get system information")?>">
<?php } ?>
Expand Down

0 comments on commit 2005c24

Please sign in to comment.