From eb8788fa88f1099c03652382c1264ecc1befb06e Mon Sep 17 00:00:00 2001 From: Carsten Schmitz Date: Wed, 12 Dec 2012 22:23:29 +0100 Subject: [PATCH] Fixed issue #7070: Error when submitting a questionnaire and using a date question with no custom advanced settings --- application/helpers/expressions/em_manager_helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/helpers/expressions/em_manager_helper.php b/application/helpers/expressions/em_manager_helper.php index cdd8050e97f..ba09f344ef9 100644 --- a/application/helpers/expressions/em_manager_helper.php +++ b/application/helpers/expressions/em_manager_helper.php @@ -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); }