Displaying 1 result from an estimated 1 matches for "password_page".
Did you mean:
password_age
2011 Jul 20
0
[PATCH] change restart button label to reboot
...!= FINISHED_PAGE:
buttons.append(["Quit", QUIT_BUTTON])
if self.__current_page != WELCOME_PAGE and self.__current_page != FAILED_PAGE and self.__current_page != FINISHED_PAGE:
@@ -712,7 +712,7 @@ class NodeInstallScreen:
if self.__current_page == PASSWORD_PAGE:
buttons.append(["Install", INSTALL_BUTTON])
if self.__current_page == FAILED_PAGE:
- buttons.append(["Restart", RESTART_BUTTON])
+ buttons.append(["Reboot", REBOOT_BUTTON])
buttons.append([&q...