From d75e5d3fa74dfaab0b65bdaeb8a5f518c4dd2ffc Mon Sep 17 00:00:00 2001 From: cajus Date: Wed, 5 Mar 2008 12:58:58 +0000 Subject: [PATCH] Updated actions git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9355 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../goto/admin/systems/goto/class_workstationGeneric.inc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc b/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc index 8f5ac5eca..04e5ba3c5 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc @@ -268,8 +268,7 @@ class workgeneric extends plugin /* Check if workstation is online */ if (gosaSupportDaemon::ping($this->netConfigDNS->macAddress)){ $smarty->assign("actions", array("halt" => _("Switch off"), "reboot" => _("Reboot"), - "instant_update" => _("Instant update"), - "update" => _("Scheduled update"), + "update" => _("Update"), "reinstall" => _("Reinstall"), "rescan" => _("Rescan hardware"), "memcheck" => _("Memory test"), @@ -278,7 +277,7 @@ class workgeneric extends plugin } else { $smarty->assign("actions", array("wake" => _("Wake up"), "reinstall" => _("Reinstall"), - "update" => _("Scheduled update"), + "update" => _("Update"), "memcheck" => _("Memory test"), "localboot" => _("Force localboot"), "sysinfo" => _("System analysis"))); -- 2.30.2