summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--partIntfHelpers.py2
-rw-r--r--partedUtils.py2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b65cc9af4..ee500264e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-07-06 Jeremy Katz <katzj@redhat.com>
+
+ * partedUtils.py (DiskSet.openDevices): Fix double space (#246703)
+ * partIntfHelpers.py (queryNoFormatPreExisting): Likewise.
+
2007-07-06 Peter Jones <pjones@redhat.com>
* dmraid.py (scanForMPath): Fix module path order so updates get used
diff --git a/partIntfHelpers.py b/partIntfHelpers.py
index b1c942b1e..2bd0ebaaf 100644
--- a/partIntfHelpers.py
+++ b/partIntfHelpers.py
@@ -413,7 +413,7 @@ def queryNoFormatPreExisting(intf):
"to make sure files from a previous operating system installation "
"do not cause problems with this installation of Linux. "
"However, if this partition contains files that you need "
- "to keep, such as home directories, then "
+ "to keep, such as home directories, then "
"continue without formatting this partition.")
rc = intf.messageWindow(_("Format?"), txt, type = "custom", custom_buttons=[_("_Modify Partition"), _("Do _Not Format")], custom_icon="warning")
return rc
diff --git a/partedUtils.py b/partedUtils.py
index cd2006cb4..7ae78e3c3 100644
--- a/partedUtils.py
+++ b/partedUtils.py
@@ -1179,7 +1179,7 @@ class DiskSet:
sys.exit(0)
else:
log.error(_("The drive /dev/%s has more than 15 partitions "
- "on it. The SCSI subsystem in the Linux "
+ "on it. The SCSI subsystem in the Linux "
"kernel does not allow for more than 15 "
"partitions at this time. You will not be "
"able to make changes to the partitioning of "