From: cajus Date: Mon, 3 Mar 2008 14:29:43 +0000 (+0000) Subject: Updated msg pool X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=515d96d30b7f330b0c69f8505c47268e1691ac9d;p=gosa.git Updated msg pool git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9248 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/utils/class_msgPool.inc b/gosa-core/include/utils/class_msgPool.inc index e7e6d7817..c5eec8021 100644 --- a/gosa-core/include/utils/class_msgPool.inc +++ b/gosa-core/include/utils/class_msgPool.inc @@ -43,7 +43,7 @@ class msgPool public static function duplicated($name) { - return (sprintf(_("There is already an entry named '%s' in the system!"), $name)); + return (sprintf(_("There is already an entry with this '%s' attribute in the system!"), $name)); }