From 0eab4c1682957695ea63f5666b0304837b97f4fe Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 25 May 2007 12:50:56 +0000 Subject: [PATCH] There is no translation necessary for trigger error git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6487 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 99a076f3a..8ddafe2d4 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