Appended errormessage when retrieving invalid Gebiete

Now if the method check_gebiete() returns false, a userfriendly
errormessage will be displayed.
This commit is contained in:
Cris
2019-05-14 15:25:51 +02:00
committed by hainberg
parent d6576dbd49
commit 6cc99bf2b9
7 changed files with 28 additions and 8 deletions
+1
View File
@@ -46,4 +46,5 @@ $this->phrasen['testtool/fehlerBeimSpeichernDerErstansicht']='Error in saving th
$this->phrasen['testtool/startDrueckenUmZuBeginnen']='To start this section, please click on <b>Start section</b> in the top left corner.';
$this->phrasen['testtool/keinPrueflingseintragVorhanden']='No candidate entry available.';
$this->phrasen['testtool/fuerFolgendeStgAngemeldet']='You have applied for the following degree programs:';
$this->phrasen['testtool/invalideGebiete']='One or more question areas incorrect!<br>Please inform an assisting person.';
?>