summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: eabfadd)
raw | patch | inline | side by side (parent: eabfadd)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 7 Mar 2008 13:53:56 +0000 (13:53 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 7 Mar 2008 13:53:56 +0000 (13:53 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9437 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/utils/class_msgPool.inc | patch | blob | history |
index eb33326a90d360dd063465cd4eff9acac4efe9ec..ca3e8cef97efe94dfc598732f0e887e70fe89202 100644 (file)
if ($dbinfo != ""){
$error= "<br><br><i>"._("Connection information").":</i> ".$dbinfo;
}
- return (sprintf(_("Cannot connect to %s database!"), $name).$error);
+ return (sprintf(_("Cannot connect to server %s!"), $name).$error);
}