Skip to content

Commit

Permalink
Dev Fixed some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Jul 24, 2015
1 parent 8250f98 commit f031d88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions application/controllers/admin/tokens.php
Expand Up @@ -1655,12 +1655,11 @@ function exportdialog($iSurveyId)
'filteremail'=>array(
'type'=>'string',
'label'=>gT('Filter by email address'),
'help'=>gT('Email address contains the input.'),
),
'tokendeleteexported'=>array(
'type'=>'checkbox',
'label'=>gT('Delete exported tokens'),
'help'=>'Attention : the tokens are deleted from token table, you can not find it again.',
'help'=>'Attention: If selected the exported tokens are deleted permanently from the token table.',
),
);
$this->_renderWrappedTemplate('token', array('tokenbar', 'exportdialog'), $aData);
Expand Down
2 changes: 1 addition & 1 deletion application/views/admin/globalSettings_view.php
Expand Up @@ -102,7 +102,7 @@
'class'=>'button',
'target'=>'_top',
),
'help'=>sprintf(gT('You can %s and % manually or use the %s'),
'help'=>sprintf(gT('You can %s and %s manually or use the %s'),
CHtml::link(gT("download"),$sDownloadLink,array('target'=>'_blank')),
CHtml::link(gT("update"),"http://manual.limesurvey.org/Upgrading_from_a_previous_version",array('target'=>'_blank')),
CHtml::link(gT("3-Click ComfortUpdate"),"http://manual.limesurvey.org/ComfortUpdate",array('target'=>'_blank'))
Expand Down

0 comments on commit f031d88

Please sign in to comment.