diff --git a/application/controllers/admin/tokens.php b/application/controllers/admin/tokens.php index 25e56a06298..028530141c6 100644 --- a/application/controllers/admin/tokens.php +++ b/application/controllers/admin/tokens.php @@ -1746,12 +1746,12 @@ function exportdialog($iSurveyId) $aData['aSettings']=array( 'tokenstatus'=>array( 'type'=>'select', - 'label'=>gT('Survey status'), + 'label'=>gT('Survey status:'), 'options'=>$aOptionsStatus, ), 'invitationstatus'=>array( 'type'=>'select', - 'label'=>gT('Invitation status'), + 'label'=>gT('Invitation status:'), 'options'=>array( '0'=>gT('All'), '1'=>gT('Invited'), @@ -1760,7 +1760,7 @@ function exportdialog($iSurveyId) ), 'reminderstatus'=>array( 'type'=>'select', - 'label'=>gT('Reminder status'), + 'label'=>gT('Reminder status:'), 'options'=>array( '0'=>gT('All'), '1'=>gT('Reminder(s) sent'), @@ -1769,17 +1769,17 @@ function exportdialog($iSurveyId) ), 'tokenlanguage'=>array( 'type'=>'select', - 'label'=>gT('Filter by language'), + 'label'=>gT('Filter by language:'), 'options'=>$aFilterByLanguage, ), 'filteremail'=>array( 'type'=>'string', - 'label'=>gT('Filter by email address'), + 'label'=>gT('Filter by email address:'), 'help'=>gT('Only export entries which contain this string in the email address.'), ), 'tokendeleteexported'=>array( 'type'=>'checkbox', - 'label'=>gT('Delete exported tokens'), + 'label'=>gT('Delete exported tokens:'), 'help'=>'Attention: If selected the exported tokens are deleted permanently from the token table.', ), ); diff --git a/application/views/admin/assessments_view.php b/application/views/admin/assessments_view.php index c2944fa46a9..9d9800f7e0c 100644 --- a/application/views/admin/assessments_view.php +++ b/application/views/admin/assessments_view.php @@ -126,7 +126,7 @@
- +
@@ -140,7 +140,7 @@
- +
- +
/>
@@ -172,7 +172,7 @@
- +
/>
diff --git a/application/views/admin/token/bounce.php b/application/views/admin/token/bounce.php index 1fd997cfb57..52315257c6e 100644 --- a/application/views/admin/token/bounce.php +++ b/application/views/admin/token/bounce.php @@ -10,7 +10,7 @@
@@ -20,7 +20,7 @@
@@ -60,7 +60,7 @@
@@ -73,7 +73,7 @@
@@ -83,7 +83,7 @@
@@ -94,7 +94,7 @@