From f705ecdbddeeb0b13062c2b4378853cb00fc6fdf Mon Sep 17 00:00:00 2001 From: cajus Date: Wed, 5 Mar 2008 16:12:31 +0000 Subject: [PATCH] Dto git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9368 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../goto/admin/systems/goto/class_workstationGeneric.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc b/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc index 0b362262b..139a2883d 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc @@ -267,7 +267,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"), - "update" => _("Update"), + "update" => _("System update"), "reinstall" => _("Reinstall"), "rescan" => _("Rescan hardware"), "memcheck" => _("Memory test"), @@ -276,7 +276,7 @@ class workgeneric extends plugin } else { $smarty->assign("actions", array("wake" => _("Wake up"), "reinstall" => _("Reinstall"), - "update" => _("Update"), + "update" => _("System update"), "memcheck" => _("Memory test"), "localboot" => _("Force localboot"), "sysinfo" => _("System analysis"))); -- 2.30.2