From c5757d6ec6be083cc8581651d750a9ae3cad1f9f Mon Sep 17 00:00:00 2001 From: cajus Date: Fri, 20 May 2005 16:27:10 +0000 Subject: [PATCH] Fixed typos git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@310 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/setup_checks.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/setup_checks.inc b/include/setup_checks.inc index bb614f1e6..09242c6fe 100644 --- a/include/setup_checks.inc +++ b/include/setup_checks.inc @@ -741,7 +741,7 @@ function show_setup_page3($withoutput = true) // Output the Error 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 it is reachable for GOsa.")); $smarty->assign ("content", get_template_path('setup_step3.tpl')); $smarty->assign ("uri", validate($uri)); } @@ -833,13 +833,13 @@ 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 it is reachable for GOsa.")); } elseif(! $r = @ldap_bind ($ds)) { $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 it is reachable for GOsa.")); } else { -- 2.30.2