From: cajus Date: Sun, 22 May 2005 15:17:23 +0000 (+0000) Subject: Fixed typo in setup checks X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b64913e5ddca55770bc934b2afa2db66cb782e82;p=gosa.git Fixed typo in setup checks git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@335 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/setup_checks.inc b/include/setup_checks.inc index cf4dac508..cc568dbc8 100644 --- a/include/setup_checks.inc +++ b/include/setup_checks.inc @@ -785,7 +785,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 it is reachable for GOsa.")); + print_red (_("Can't bind to the specified LDAP server! Please make sure that it is reachable for GOsa.")); } elseif(! $r = @ldap_bind ($ds)) {