diff --git a/include/appdaten.class.php b/include/appdaten.class.php index 43fcbcba6..cc0f4f6ad 100644 --- a/include/appdaten.class.php +++ b/include/appdaten.class.php @@ -130,7 +130,7 @@ class appdaten extends basis_db } if(mb_strlen($this->appversion)>20) { - $this->errormsg = 'Orgform_kurzbz darf nicht laenger als 20 Zeichen sein'; + $this->errormsg = 'Appversion darf nicht laenger als 20 Zeichen sein'; return false; } if(mb_strlen($this->bezeichnung)>512)