From 1c3a983c1becc18239a03aa271f4d3347d0a9a49 Mon Sep 17 00:00:00 2001 From: cajus Date: Wed, 5 Mar 2008 12:58:18 +0000 Subject: [PATCH] Fixed actions git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9354 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/systems/admin/systems/class_servGeneric.inc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gosa-plugins/systems/admin/systems/class_servGeneric.inc b/gosa-plugins/systems/admin/systems/class_servGeneric.inc index d6337ac15..716e6a0ce 100644 --- a/gosa-plugins/systems/admin/systems/class_servGeneric.inc +++ b/gosa-plugins/systems/admin/systems/class_servGeneric.inc @@ -189,8 +189,7 @@ class servgeneric extends plugin /* Assign status */ 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"), @@ -199,7 +198,7 @@ class servgeneric 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