Code

Fixed !
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 14 Mar 2008 09:08:38 +0000 (09:08 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 14 Mar 2008 09:08:38 +0000 (09:08 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9805 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/utils/class_msgPool.inc

index f46c3aeebe993ae9a5d1732874e6b7dfe82fa1d6..8e4c072bef68e7df71aaee0051817d7459b60710 100644 (file)
@@ -286,7 +286,7 @@ class msgPool
         (strlen($mismatch)==1?sprintf(_("'%s' is not allowed:"), htmlentities($mismatch)):sprintf(_("'%s' are not allowed!"), htmlentities($mismatch))).
         "<br><br> \"$result\"$example";
     } else {
-      return sprintf(_("The Field '%s' contains invalid characters"!), $name)."!$example";
+      return sprintf(_("The Field '%s' contains invalid characters!"), $name)."!$example";
     }
   }