From 4f23c1886455cb5456bee59cd1be3dac953b694d Mon Sep 17 00:00:00 2001 From: Martin Tatzber Date: Mon, 11 Nov 2013 14:34:24 +0000 Subject: [PATCH] Korrektur Klasse Appdaten --- include/appdaten.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)