Skip to content

Commit

Permalink
Fixed issue: #06646 : HTML entities shown when answering survey and n…
Browse files Browse the repository at this point in the history
…ot filling a mandatory Multiple choice questions

Dev: sorry , don't look at this one ...
  • Loading branch information
Shnoulle committed Oct 5, 2012
1 parent 4aaea1c commit 8e872cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/expressions/em_manager_helper.php
Expand Up @@ -5524,7 +5524,7 @@ function _ValidateQuestion($questionSeq)
else {
$othertext = $LEM->gT('Other:');
}
$mandatoryTip .= "<br />\n".sprintf($LEM->gT("If you choose '%s' you must provide a description."), $othertext);
$mandatoryTip .= "<br />\n".sprintf($this->gT("If necessary, please specify the ‘%s’ text field"),$othertext);
}
break;
case 'X': // Boilerplate can never be mandatory
Expand Down

0 comments on commit 8e872cf

Please sign in to comment.