From: hickert Date: Fri, 4 Apr 2008 06:13:24 +0000 (+0000) Subject: Updated msgPool X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f166164b76fb88a8c516a00c422c54fa3aaf9223;p=gosa.git Updated msgPool -Display objects correctly git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10181 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/utils/class_msgPool.inc b/gosa-core/include/utils/class_msgPool.inc index 53af3f8fc..621f86c03 100644 --- a/gosa-core/include/utils/class_msgPool.inc +++ b/gosa-core/include/utils/class_msgPool.inc @@ -46,7 +46,7 @@ class msgPool if($type == ""){ return (_("This object will be deleted:")."
".msgPool::buildList($name)); }else{ - return (sprintf(_("This '%s' object will be deleted:"),$type, "
".msgPool::buildList($name))); + return (sprintf(_("This '%s' object will be deleted:"),$type). "
".msgPool::buildList($name)); } } if($type == ""){