Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Oct 5, 2012
2 parents 0ad8724 + 8e872cf commit 60cbe3b
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 60cbe3b

Please sign in to comment.