From: hickert Date: Fri, 25 May 2007 12:50:56 +0000 (+0000) Subject: There is no translation necessary for trigger error X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0eab4c1682957695ea63f5666b0304837b97f4fe;p=gosa.git There is no translation necessary for trigger error git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6487 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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); }