[node-patches] Change in ovirt-node[master]: fix spelling error when partitions too big for the drive

mburns at redhat.com mburns at redhat.com
Fri Oct 19 11:29:06 UTC 2012


Michael Burns has uploaded a new change for review.

Change subject: fix spelling error when partitions too big for the drive
......................................................................

fix spelling error when partitions too big for the drive

Previously, it said "///bigger drive o change the partition
sizes".  The "o" should have been an "or"

rhbz#868212

Change-Id: I820a1154a88a6454d169f14690ee8de44f3b248c
Signed-off-by: Mike Burns <mburns at redhat.com>
---
M scripts/ovirt-config-installer.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/74/8674/1

diff --git a/scripts/ovirt-config-installer.py b/scripts/ovirt-config-installer.py
index 83bc948..c503920 100644
--- a/scripts/ovirt-config-installer.py
+++ b/scripts/ovirt-config-installer.py
@@ -1050,7 +1050,7 @@
                             augtool("set", "/files/" + OVIRT_DEFAULTS + "/OVIRT_VOL_DATA_SIZE", '"' + self.DATA_SIZE.value() + '"')
                         s = storage.Storage()
                         if not s.check_partition_sizes():
-                            msg = "Not enough space for installation\nPlease select a bigger drive\no change the partition sizes.\n\nAvailable Space: %sMB\nRequired Space: %sMB\n" % (s.drive_disk_size, s.drive_need_size)
+                            msg = "Not enough space for installation\nPlease select a bigger drive\nor change the partition sizes.\n\nAvailable Space: %sMB\nRequired Space: %sMB\n" % (s.drive_disk_size, s.drive_need_size)
                             warn = ButtonChoiceWindow(self.screen, "Disk Space Check", msg, buttons = ['Ok'])
                             self.__current_page = STORAGE_VOL_PAGE
                         else:


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I820a1154a88a6454d169f14690ee8de44f3b248c
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