From: cajus Date: Fri, 20 May 2005 16:27:10 +0000 (+0000) Subject: Fixed typos X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c5757d6ec6be083cc8581651d750a9ae3cad1f9f;p=gosa.git Fixed typos git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@310 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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 {