Code

Moved from "1" to "true"
[gosa.git] / html / helpviewer.php
index 1a68eb4a6b0ea587200ade3fc1eef9df6e632d63..dbd868b47d4f2869d9365bf6f6b5828d41424ce1 100644 (file)
@@ -112,7 +112,7 @@ if(isset($_SESSION['current_class_for_help'])){
   /* If there is no entry in the xml file for this class, display an error message */
   if($helpdir == ""){
     
-    $smarty->assign("help_contents","<br><h2>"._("There is no helpfile specified for this class."))."</h2>";
+    $smarty->assign("help_contents","<br><h2>"._("There is no helpfile specified for this class"))."</h2>";
     $header= "<!-- headers.tpl-->".$smarty->fetch(get_template_path('headers.tpl'));
     $display= (  $header.$smarty->fetch(get_template_path('help.tpl')));
     echo $display;