Skip to content

Commit

Permalink
Fixed issue #7070: Error when submitting a questionnaire and using a …
Browse files Browse the repository at this point in the history
…date question with no custom advanced settings
  • Loading branch information
c-schmitz committed Dec 12, 2012
1 parent 0d432b0 commit eb8788f
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 @@ -2077,7 +2077,7 @@ public function _CreateSubQLevelRelevanceAndValidationEqns($onlyThisQseq=NULL)
$othertext = trim($qattr['other_replace_text']);
}
else {
$othertext = $this->gT('other');
$othertext = $this->gT('Other:');
}
$qtips['other_comment_mandatory']=sprintf($this->gT("If you choose '%s' please also specify your choice in the accompanying text field."),$othertext);
}
Expand Down

0 comments on commit eb8788f

Please sign in to comment.