Skip to content

Commit

Permalink
Dev: fix tip for min_answers==max_answers==1
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Jul 4, 2015
1 parent ba6b02d commit 0f1c0f1
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 @@ -3158,7 +3158,7 @@ public function _CreateSubQLevelRelevanceAndValidationEqns($onlyThisQseq=NULL)
'atleast_1' => $this->gT("Please select at least one answer"),
'atmost_m' => $this->gT("Please select at most %s answers"),
'atmost_1' => $this->gT("Please select at most one answer"),
'1' => $this->gT("Please select at most one answer"),
'1' => $this->gT("Please select one answer"),
'n' => $this->gT("Please select %s answers"),
'between' => $this->gT("Please select between %s and %s answers")
);
Expand Down

0 comments on commit 0f1c0f1

Please sign in to comment.