Code

Fixed typos
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 20 May 2005 16:27:10 +0000 (16:27 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 20 May 2005 16:27:10 +0000 (16:27 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@310 594d385d-05f5-0310-b6e9-bd551577e9d8

include/setup_checks.inc

index bb614f1e6374a8f82c8fbad70b10e84b45bcebdb..09242c6fedf5920692b83c45ae016a37f3aabc1c 100644 (file)
@@ -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
   {