Code

Reverted debug line
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 11 May 2007 08:18:45 +0000 (08:18 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 11 May 2007 08:18:45 +0000 (08:18 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6359 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/class_workstationGeneric.inc

index 809244b8366cdcbfb48656ac8f676d5a1566bc24..a40eb93555946c4bfb29fe3f16963b44a01d5389 100644 (file)
@@ -257,7 +257,7 @@ class workgeneric extends plugin
                                        "localboot" => _("Force localboot"),
                                        "sysinfo"  => _("System analysis")));
     } else {
-      $smarty->assign("actions", array("halt" => _("Switch off"), "reboot" => _("Reboot"),
+      $smarty->assign("actions", array("wake" => _("Wake up"),
                                        "reinstall" => _("Reinstall"),
                                        "update" => _("Scheduled update"),
                                        "memcheck" => _("Memory test"),