@@ -413,7 +413,7 @@ class responseListAndManage extends PluginBase {
if($this->_allowMultipleResponse($oSurvey)){
$stateInfo.=CHtml::tag("li",array("class"=>'text-success'),$this->translate("You can create new response for all token."));
}else{
$stateInfo.=CHtml::tag("li",array("class"=>'text-warning'),$this->translate("You can not create new response for all token. Only one response is available for each token (see participation setting panel)."));
$stateInfo.=CHtml::tag("li",array("class"=>'text-warning'),$this->translate("You can not create new response for all token, this part was unsure due to specific survey settings."));
}
}else{
$stateInfo.=CHtml::tag("li",array("class"=>'text-warning'),$this->translate("No Token link and creation can be done in managing. Survey is anonymous or token table didn‘t exist."));
...
...
@@ -2173,15 +2173,15 @@ class responseListAndManage extends PluginBase {