Ryan Barry has uploaded a new change for review. Change subject: Fix typo in the restart prompt ......................................................................
Fix typo in the restart prompt Add a space after the comma. Change-Id: Ibf87f6325af8d37ceb8b9b9ec251cf28ac232836 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1061406 Signed-off-by: Ryan Barry <[email protected]> --- M src/ovirt/node/setup/core/status_page.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/19/24119/1 diff --git a/src/ovirt/node/setup/core/status_page.py b/src/ovirt/node/setup/core/status_page.py index f1be2cd..3a44d7a 100644 --- a/src/ovirt/node/setup/core/status_page.py +++ b/src/ovirt/node/setup/core/status_page.py @@ -153,7 +153,7 @@ _("Confirm System Restart"), number_of_vm + _("\nThis will restart the system,") + - _("proceed?")) + _(" proceed?")) elif "confirm.reboot.yes" in changes: self.logger.info("Confirm Restarting") -- To view, visit http://gerrit.ovirt.org/24119 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ibf87f6325af8d37ceb8b9b9ec251cf28ac232836 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Ryan Barry <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
