summaryrefslogtreecommitdiffstats
path: root/partedUtils.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-06-29 18:22:45 +0000
committerJeremy Katz <katzj@redhat.com>2004-06-29 18:22:45 +0000
commitb4060bebdba4f9d85a5590fd0d90b099c3ad9886 (patch)
tree8d9f0395bc2f9b6b13f4d86a07d8ae756be3d8ff /partedUtils.py
parent6b3936eb71c12a328e4825fdbe8796b8402416aa (diff)
downloadanaconda-b4060bebdba4f9d85a5590fd0d90b099c3ad9886.tar.gz
anaconda-b4060bebdba4f9d85a5590fd0d90b099c3ad9886.tar.xz
anaconda-b4060bebdba4f9d85a5590fd0d90b099c3ad9886.zip
oops, fix silly syntax error from too much cutting and pasting
Diffstat (limited to 'partedUtils.py')
-rw-r--r--partedUtils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/partedUtils.py b/partedUtils.py
index ae6ddebcb..652790be0 100644
--- a/partedUtils.py
+++ b/partedUtils.py
@@ -306,8 +306,8 @@ def checkDiskLabel(disk, intf):
"the installation of %s, it must be "
"re-initialized, causing the loss of "
"ALL DATA on this drive.\n\n"
- "Would you like to format this
- drive?")
+ "Would you like to format this "
+ "drive?")
%(disk.dev.path[5:], disk.type.name,
productName), type="custom",
custom_buttons = [ _("_Ignore drive"),