Code

Fixed typo in setup checks
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Sun, 22 May 2005 15:17:23 +0000 (15:17 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Sun, 22 May 2005 15:17:23 +0000 (15:17 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@335 594d385d-05f5-0310-b6e9-bd551577e9d8

include/setup_checks.inc

index cf4dac508cc1de4de095bc90ca9b9f47f8e5fbcd..cc568dbc81e82eacc257ba72536a059e09186c49 100644 (file)
@@ -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))    
   {