summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 699c622)
raw | patch | inline | side by side (parent: 699c622)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 3 Mar 2008 14:29:43 +0000 (14:29 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 3 Mar 2008 14:29:43 +0000 (14:29 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9248 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/utils/class_msgPool.inc | patch | blob | history |
index e7e6d78178916df2c57afb15f012c87723b764f8..c5eec8021fa31432895cf41ab0fc0df1841d2416 100644 (file)
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));
}