diff --git a/application/controllers/admin/tokens.php b/application/controllers/admin/tokens.php index cf0a9861fb5..2891e2f1cb8 100644 --- a/application/controllers/admin/tokens.php +++ b/application/controllers/admin/tokens.php @@ -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); diff --git a/application/views/admin/globalSettings_view.php b/application/views/admin/globalSettings_view.php index 06b5e864d1a..2f4d704b0dc 100644 --- a/application/views/admin/globalSettings_view.php +++ b/application/views/admin/globalSettings_view.php @@ -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'))