diff --git a/application/controllers/survey/index.php b/application/controllers/survey/index.php index 7f3fa1464f4..64fec22ec88 100644 --- a/application/controllers/survey/index.php +++ b/application/controllers/survey/index.php @@ -384,7 +384,7 @@ function action() $asMessage = array( null, $clang->gT("We are sorry but you are not allowed to enter this survey."), - $clang->gT("Your token was already used or can only be used during a certain time period."), + $clang->gT("Your token is invalid, was already used or can only be used during a certain time period."), sprintf($clang->gT("For further information please contact %s"), $thissurvey['adminname']." ("."{$thissurvey['adminemail']})") );