[node-patches] Change in ovirt-node[master]: change return to enter on installer keyboard page

mburns at redhat.com mburns at redhat.com
Mon Jul 8 13:24:13 UTC 2013


Michael Burns has uploaded a new change for review.

Change subject: change return to enter on installer keyboard page
......................................................................

change return to enter on installer keyboard page

Slightly less ambiguous by saying Enter.

Change-Id: Ie97c3d3260c72bf204008fc5e195edb07a763b5c
Bug-Url: https://bugzilla.redhat.com/981592
Signed-off-by: Mike Burns <mburns at redhat.com>
---
M src/ovirt/node/installer/core/keyboard_page.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/79/16579/1

diff --git a/src/ovirt/node/installer/core/keyboard_page.py b/src/ovirt/node/installer/core/keyboard_page.py
index 29adac3..3f6ddb9 100644
--- a/src/ovirt/node/installer/core/keyboard_page.py
+++ b/src/ovirt/node/installer/core/keyboard_page.py
@@ -50,7 +50,7 @@
         ws = [ui.Header("header[0]", "Keyboard Layout Selection"),
               ui.Table("keyboard.layout", "", "Available Keyboard Layouts",
                        kbd.available_layouts(), c),
-              ui.Label("label[0]", "(Hit return to select a layout)")
+              ui.Label("label[0]", "(Hit Enter to select a layout)")
               ]
         self.widgets.add(ws)
         page = ui.Page("keyboard", ws)


-- 
To view, visit http://gerrit.ovirt.org/16579
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie97c3d3260c72bf204008fc5e195edb07a763b5c
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Michael Burns <mburns at redhat.com>



More information about the node-patches mailing list