From: hickert Date: Fri, 14 Mar 2008 09:08:38 +0000 (+0000) Subject: Fixed ! X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0bb43832daf82e213a8738ebecc369ae2d1ae235;p=gosa.git Fixed ! git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9805 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/utils/class_msgPool.inc b/gosa-core/include/utils/class_msgPool.inc index f46c3aeeb..8e4c072be 100644 --- a/gosa-core/include/utils/class_msgPool.inc +++ b/gosa-core/include/utils/class_msgPool.inc @@ -286,7 +286,7 @@ class msgPool (strlen($mismatch)==1?sprintf(_("'%s' is not allowed:"), htmlentities($mismatch)):sprintf(_("'%s' are not allowed!"), htmlentities($mismatch))). "

\"$result\"$example"; } else { - return sprintf(_("The Field '%s' contains invalid characters"!), $name)."!$example"; + return sprintf(_("The Field '%s' contains invalid characters!"), $name)."!$example"; } }