summaryrefslogtreecommitdiffstats
path: root/iw/bootlocwidget.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-07-12 02:01:36 +0000
committerMike Fulbright <msf@redhat.com>2002-07-12 02:01:36 +0000
commit0861c76f6d81f5c623eb1accb1a27ea0bf9fcc2e (patch)
treee8e7bceba0cc8e07e8ce98bb5c2bdbbcd4888267 /iw/bootlocwidget.py
parent3fa09b6811591026daa27fd67bdc75494558ce25 (diff)
downloadanaconda-0861c76f6d81f5c623eb1accb1a27ea0bf9fcc2e.tar.gz
anaconda-0861c76f6d81f5c623eb1accb1a27ea0bf9fcc2e.tar.xz
anaconda-0861c76f6d81f5c623eb1accb1a27ea0bf9fcc2e.zip
Changes as per Milan Documentation String Review
Diffstat (limited to 'iw/bootlocwidget.py')
-rw-r--r--iw/bootlocwidget.py17
1 files changed, 9 insertions, 8 deletions
diff --git a/iw/bootlocwidget.py b/iw/bootlocwidget.py
index 77248efa6..30a6a234d 100644
--- a/iw/bootlocwidget.py
+++ b/iw/bootlocwidget.py
@@ -94,14 +94,15 @@ class BootloaderLocationWidget:
dialog.set_modal(gtk.TRUE)
dialog.set_position(gtk.WIN_POS_CENTER)
- label = gui.WrappingLabel(_("Please arrange your drives in the order "
- "in which they are handled by your "
- "BIOS. This is usually only useful if "
- "you have multiple SCSI adaptors or both "
- "SCSI and IDE and wish to boot from the "
- "SCSI device.\n\n"
- "This does change where we think the "
- "master boot record is."))
+ label = gui.WrappingLabel(_("Arrange the drives to be in the same "
+ "order as used by the BIOS. Changing "
+ "the drive order may be useful if you "
+ "have multiple SCSI adapters or both SCSI "
+ "and IDE adapters and want to boot from "
+ "the SCSI device.\n\n"
+ "Changing the drive order will change "
+ "where the installation program "
+ "locates the Master Boot Record (MBR)."))
label.set_alignment(0.0, 0.0)
dialog.vbox.pack_start(label, padding = 25)