[node-patches] Change in ovirt-node[master]: Fix typo in the restart prompt
rbarry at redhat.com
rbarry at redhat.com
Wed Feb 5 14:24:46 UTC 2014
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 <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/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 <rbarry at redhat.com>
More information about the node-patches
mailing list