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 852b058 commit d9cdf1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions application/controllers/admin/tokens.php
Expand Up @@ -1403,12 +1403,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

0 comments on commit d9cdf1f

Please sign in to comment.