From: hickert Date: Fri, 20 May 2005 06:02:51 +0000 (+0000) Subject: Added errormsgs X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f99f5aeacb429585319fd75e4d5d03952ad7f4ce;p=gosa.git Added errormsgs git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@264 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/setup_checks.inc b/include/setup_checks.inc index cf6f2801b..df6e5bbb1 100644 --- a/include/setup_checks.inc +++ b/include/setup_checks.inc @@ -797,7 +797,7 @@ function show_setup_page4($withoutput = true) { $fault = true; if($withoutput) - print_red (_("Can't bind to the specified LDAP server! Please make sure that is reachable for GOsa.")); + print_red (_("Can't bind to the specified LDAP server!. Please make sure that is reachable for GOsa.")); } elseif(! $r = @ldap_bind ($ds)) {