[node-patches] Change in ovirt-node[master]: setup: Fix "poweroff" typo
fabiand at fedoraproject.org
fabiand at fedoraproject.org
Fri May 10 15:42:34 UTC 2013
Fabian Deutsch has uploaded a new change for review.
Change subject: setup: Fix "poweroff" typo
......................................................................
setup: Fix "poweroff" typo
Change-Id: Ida7155308dc13df8a9e8e655477354895bf7781e
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M src/ovirt/node/setup/status_page.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/53/14653/1
diff --git a/src/ovirt/node/setup/status_page.py b/src/ovirt/node/setup/status_page.py
index 3172a53..d88a011 100644
--- a/src/ovirt/node/setup/status_page.py
+++ b/src/ovirt/node/setup/status_page.py
@@ -80,7 +80,7 @@
action_widgets = [ui.Button("action.lock", "Lock"),
ui.Button("action.logoff", "Log Off"),
ui.Button("action.restart", "Restart"),
- ui.Button("action.poweroff", "Poweroff")
+ ui.Button("action.poweroff", "Power Off")
]
widgets = [ui.Header("header[0]", "System Information"),
--
To view, visit http://gerrit.ovirt.org/14653
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ida7155308dc13df8a9e8e655477354895bf7781e
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>
More information about the node-patches
mailing list