From: cajus Date: Wed, 5 Mar 2008 16:12:07 +0000 (+0000) Subject: Moved Update to System update X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=936d923ac7fe064ca11606695988855ee8253a2b;p=gosa.git Moved Update to System update git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9367 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/systems/admin/systems/class_servGeneric.inc b/gosa-plugins/systems/admin/systems/class_servGeneric.inc index 4f4e3dfc2..e95e36ef2 100644 --- a/gosa-plugins/systems/admin/systems/class_servGeneric.inc +++ b/gosa-plugins/systems/admin/systems/class_servGeneric.inc @@ -189,7 +189,7 @@ class servgeneric extends plugin /* Assign status */ 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"), @@ -198,7 +198,7 @@ class servgeneric 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")));