From d0bf6fa8c6569c764c94b5d4dee5e2ac67bb8e22 Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 29 Nov 2005 10:28:31 +0000 Subject: [PATCH] Fixed reinstall git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2123 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/systems/class_workstationGeneric.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/admin/systems/class_workstationGeneric.inc b/plugins/admin/systems/class_workstationGeneric.inc index 2e4570a6f..acd467876 100644 --- a/plugins/admin/systems/class_workstationGeneric.inc +++ b/plugins/admin/systems/class_workstationGeneric.inc @@ -127,7 +127,7 @@ class workgeneric extends plugin $smarty->assign("actions", array("halt" => _("Switch off"), "reboot" => _("Reboot"), "instant_update" => _("Instant update"), "update" => _("Scheduled update"), - "update" => _("Reinstall"), + "reinstall" => _("Reinstall"), "rescan" => _("Rescan hardware"))); } else { $smarty->assign("actions", array("wake" => _("Wake up"), -- 2.30.2