summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 15e2f0b)
raw | patch | inline | side by side (parent: 15e2f0b)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 14 Mar 2008 09:08:38 +0000 (09:08 +0000) | ||
committer | hickert <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 | patch | blob | history |
index f46c3aeebe993ae9a5d1732874e6b7dfe82fa1d6..8e4c072bef68e7df71aaee0051817d7459b60710 100644 (file)
(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";
}
}