Code

Updated error message
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 25 Jul 2008 13:17:05 +0000 (13:17 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 25 Jul 2008 13:17:05 +0000 (13:17 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12055 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc

index 0b171df4a1d4dcc7159efe2d493bed8b1953b5ce..c402457c97dfa71008b9bbf011d06c999aec8b8b 100644 (file)
@@ -783,7 +783,9 @@ class workstartup extends plugin
     }elseif(isset($this->parent->by_object['servgeneric'])){
       $this->objectclasses = array("GOhard","gotoWorkstationTemplate");
     }else{
-      print "Object Type Configuration : unknown";
+      msg_dialog::display(_("Fatal error"),
+          "Object Type Configuration is unknown. Please contact the GOsa developers.",
+          FATAL_ERROR_DIALOG);
       exit();
     }