Displaying 1 result from an estimated 1 matches for "restart_button".
2011 Jul 20
0
[PATCH] change restart button label to reboot
...scripts/ovirt-config-installer.py
index 46b917b..1dba72a 100644
--- a/scripts/ovirt-config-installer.py
+++ b/scripts/ovirt-config-installer.py
@@ -35,7 +35,7 @@ BACK_BUTTON = "Back"
NEXT_BUTTON = "Next"
FINISH_BUTTON = "Finish"
INSTALL_BUTTON = "Install"
-RESTART_BUTTON = "Restart"
+REBOOT_BUTTON = "Reboot"
POWEROFF_BUTTON = "Power Off"
CONTINUE_BUTTON = "Continue"
SHELL_BUTTON = "Drop To Shell"
@@ -700,7 +700,7 @@ class NodeInstallScreen:
current_element += 1
buttons = []...