From 0b71c1a58fe60b264fea22fe673c1881f8fafa17 Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 25 May 2007 12:49:41 +0000 Subject: [PATCH] Removed translation from trigger_error call. git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6486 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/sieve/class_My_Tree.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/sieve/class_My_Tree.inc b/include/sieve/class_My_Tree.inc index ed66cfe9e..3aeda28ae 100644 --- a/include/sieve/class_My_Tree.inc +++ b/include/sieve/class_My_Tree.inc @@ -247,7 +247,7 @@ class My_Tree extends Tree } if(!isset($this->pap[$key_id])){ - trigger_error(_("Can't remove element with object_id=".$key_id.", there is no object with this identifier. Remove aborted.")); + trigger_error("Can't remove element with object_id=".$key_id.", there is no object with this identifier. Remove aborted."); return(false); } -- 2.30.2