Code

Updated generateLdif method
[gosa.git] / gosa-core / include / functions_helpviewer.inc
index 437ffe12e1a649bd63bccc83c458e343497d65be..39739338e1b7a972d0eb566652bdc2ccd9916df6 100644 (file)
@@ -85,7 +85,7 @@ function genIndex()
     if($exists){
       $str .= "<p style='padding-left:20px;'><a href='?plug=".$id."'><b>"._($name)."</b></a></p>";
     }else{
-      $str .= "<p style='padding-left:20px;'><b>"._($name)."</b> ("._("No help available for this plugin.").")</p>";
+      $str .= "<p style='padding-left:20px;'><b>"._($name)."</b> ("._("No help available for this plug-in.").")</p>";
     }
   }
   return (utf8_decode($str));