Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:LimeSurvey/LimeSurvey into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMousa committed Jul 5, 2015
2 parents 7f78346 + 01fd403 commit fa810b6
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 @@ -3119,7 +3119,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 fa810b6

Please sign in to comment.