[node-patches] Change in ovirt-node[master]: Fix typo in the restart prompt
fabiand at fedoraproject.org
fabiand at fedoraproject.org
Wed Feb 19 14:14:03 UTC 2014
Hello Ryan Barry,
I'd like you to do a code review. Please visit
http://gerrit.ovirt.org/24755
to review the following change.
Change subject: Fix typo in the restart prompt
......................................................................
Fix typo in the restart prompt
Add a space after the comma.
Change-Id: Ica4bae7df21caf22ef839d91885976aa2e4e97a2
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1061406
Signed-off-by: Ryan Barry <rbarry at redhat.com>
---
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/55/24755/1
diff --git a/src/ovirt/node/setup/core/status_page.py b/src/ovirt/node/setup/core/status_page.py
index 038078d..02727b8 100644
--- a/src/ovirt/node/setup/core/status_page.py
+++ b/src/ovirt/node/setup/core/status_page.py
@@ -171,7 +171,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/24755
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ica4bae7df21caf22ef839d91885976aa2e4e97a2
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>
Gerrit-Reviewer: Ryan Barry <rbarry at redhat.com>
More information about the node-patches
mailing list