From 6519f8e9021e5690794d03c36c2ce0a2eee8c648 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Thu, 6 May 2010 13:23:03 +0000 Subject: [PATCH] --- include/ort.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ort.class.php b/include/ort.class.php index 104fe07fa..49c9a089e 100644 --- a/include/ort.class.php +++ b/include/ort.class.php @@ -137,7 +137,7 @@ class ort extends basis_db } else { - $this->errormsg = 'Es ist kein Datensatz mit dieser ID vorhanden'; + $this->errormsg = 'Ort wurde nicht gefunden'; return false; }