summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f4642b6)
raw | patch | inline | side by side (parent: f4642b6)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 11 May 2007 08:18:45 +0000 (08:18 +0000) | ||
committer | cajus <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 | patch | blob | history |
diff --git a/plugins/admin/systems/class_workstationGeneric.inc b/plugins/admin/systems/class_workstationGeneric.inc
index 809244b8366cdcbfb48656ac8f676d5a1566bc24..a40eb93555946c4bfb29fe3f16963b44a01d5389 100644 (file)
"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"),