From: cajus Date: Thu, 5 Jun 2008 07:37:33 +0000 (+0000) Subject: Changed nomenclature. Closes #475 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1c39f6fec48e9ef652333cf496f7a5bd138840ec;p=gosa.git Changed nomenclature. Closes #475 git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11225 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc b/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc index 8e0637de6..c9185abc1 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc @@ -296,7 +296,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" => _("System update"), + "update" => _("Software update"), "reinstall" => _("Reinstall"), "rescan" => _("Rescan hardware"), "memcheck" => _("Memory test"), @@ -305,7 +305,7 @@ class workgeneric extends plugin } else { $smarty->assign("actions", array("wake" => _("Wake up"), "reinstall" => _("Reinstall"), - "update" => _("System update"), + "update" => _("Software update"), "memcheck" => _("Memory test"), "localboot" => _("Force localboot"), "sysinfo" => _("System analysis")));