[node-patches] Change in ovirt-node[master]: installer: Fix custom device dialog
fabiand at fedoraproject.org
fabiand at fedoraproject.org
Wed Oct 30 11:22:32 UTC 2013
Fabian Deutsch has uploaded a new change for review.
Change subject: installer: Fix custom device dialog
......................................................................
installer: Fix custom device dialog
Change-Id: Id3cc0b82bcdfe045a80dc5eb331edef3d1f3fa2d
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=981597
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M src/ovirt/node/installer/core/boot_device_page.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/96/20696/1
diff --git a/src/ovirt/node/installer/core/boot_device_page.py b/src/ovirt/node/installer/core/boot_device_page.py
index 8e03c52..76cde7c 100644
--- a/src/ovirt/node/installer/core/boot_device_page.py
+++ b/src/ovirt/node/installer/core/boot_device_page.py
@@ -104,7 +104,7 @@
self.logger.debug("Pending changes: %s" % changes)
if "button.other_device" in changes:
- description = ("Please select the disk to use " +
+ description = ("Please enter the disk to use " +
"for booting %s" %
self.application.product.PRODUCT_SHORT)
self._dialog = CustomDeviceDialog("boot.device.custom",
--
To view, visit http://gerrit.ovirt.org/20696
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id3cc0b82bcdfe045a80dc5eb331edef3d1f3fa2d
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