Skip to content

Commit

Permalink
Dev Some text fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Feb 4, 2020
1 parent a1b3bfa commit 0f637f9
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions application/views/admin/dataentry/iteratesurvey.php
Expand Up @@ -4,17 +4,17 @@
<?php if($success) {?>
<p style='width:100%;'>
<font class='successtitle'><?php eT("Success");?></font><br />
<?php eT("Answers and participants have been re-opened.");?><br />
<?php eT("Responses and participants have been re-opened.");?><br />
<?php } else { ?>
<div class='messagebox ui-corner-all'><div class='header ui-widget-header'><?php eT("Important instructions");?></div>
<br/><?php eT("Click on the following button if you want to");?>:<br />
<ol>
<li><?php eT("Delete all incomplete answers that correspond to a participant for which a completed answers is already recorded");?></li>
<li><?php eT("Reset the completed answers to the incomplete state");?></li>
<li><?php eT("Delete all incomplete responses that correspond to a participant for which a completed response is already recorded");?></li>
<li><?php eT("Reset completed responses to the incomplete state");?></li>
<li><?php eT("Reset all your participants to the 'not used' state");?></li>
</ol><br />
<?php echo CHtml::form(array("admin/dataentry/sa/iteratesurvey/unfinalizeanswers/true/surveyid/".$surveyid), 'post');?>
<input class='btn btn-danger' type='submit' onclick="return confirm('<?php eT("Are you really sure you want to *delete* some incomplete answers and reset the completed state of both answers and participants?","js");?>')" value='<?php eT("Reset answers and participants completed state");?>' />
<input class='btn btn-danger' type='submit' onclick="return confirm('<?php eT("Are you really sure you want to delete incomplete responses and reset the completed state of both, response and participant?","js");?>')" value='<?php eT("Reset answers and participants completed state");?>' />
</form>
</div>
<?php }?>
Expand Down
Expand Up @@ -162,7 +162,7 @@ function alertPrivacy()
$this->widget('bootstrap.widgets.TbModal', array(
'id' => 'htmlemailModal',
'header' => gt('Error','unescaped'),
'content' => '<p>'.gT("If you buttongroup email mode, you'll have to review your email templates to fit the new format").'</p>',
'content' => '<p>'.gT("If you change the email format, you'll have to review your email templates to fit the new format").'</p>',
'footer' => TbHtml::button('Close', array('data-dismiss' => 'modal'))
));
?>
Expand All @@ -188,8 +188,8 @@ function alertPrivacy()
<?php
$this->widget('bootstrap.widgets.TbModal', array(
'id' => 'alertPrivacy1',
'header' => gt('Warning','unescaped'),
'content' => '<p>'.gT("You can't use Anonymized responses when participant-based answer persistence is enabled.").'</p>',
'header' => gt('Warning','unescaped'),
'content' => '<p>'.gT("You can't use 'Anonymized responses' when participant-based response persistence is enabled.").'</p>',
'footer' => TbHtml::button('Close', array('data-dismiss' => 'modal'))
));
$this->widget('bootstrap.widgets.TbModal', array(
Expand Down
2 changes: 1 addition & 1 deletion application/views/admin/token/invite.php
Expand Up @@ -45,7 +45,7 @@
<div class="col-sm-4">
<div class='form-group'>

<label class='control-label ' for='bypassbademails'><?php eT("Bypass participant with failing email addresses:"); ?></label>
<label class='control-label ' for='bypassbademails'><?php eT("Bypass participants with failing email addresses:"); ?></label>
<div class=''>
<?php
$this->widget('yiiwheels.widgets.switch.WhSwitch', array(
Expand Down
2 changes: 1 addition & 1 deletion application/views/admin/token/remind.php
Expand Up @@ -38,7 +38,7 @@
<?php endif; ?>

<div class='form-group'>
<label class='control-label ' for='bypassbademails'><?php eT("Bypass participant with failing email addresses:"); ?></label>
<label class='control-label ' for='bypassbademails'><?php eT("Bypass participants with failing email addresses:"); ?></label>
<div class=''>
<?php
$this->widget('yiiwheels.widgets.switch.WhSwitch', array(
Expand Down
4 changes: 2 additions & 2 deletions application/views/survey/frontpage/tokenForm/message.php
Expand Up @@ -6,8 +6,8 @@
?>
<p class='text-info'>
<?php if(!isset($token)): ?>
<?php echo gT("If you have been issued an access code, please enter it in the box below and click continue."); ?>
<?php echo gT("If you have been issued an access code, please enter it in the box below and click 'Continue'."); ?>
<?php else: ?>
<?php eT("Please confirm the access code by answering the security question below and click continue."); ?>
<?php eT("Please confirm the access code by answering the security question below and click 'Continue'."); ?>
<?php endif; ?>
</p>

0 comments on commit 0f637f9

Please sign in to comment.