From: hickert Date: Fri, 25 Jul 2008 13:17:05 +0000 (+0000) Subject: Updated error message X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=824f2f9355781352019f34367d64895527ba619e;p=gosa.git Updated error message git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12055 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc b/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc index 0b171df4a..c402457c9 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc @@ -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(); }