summaryrefslogtreecommitdiffstats
path: root/upgrade.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-08-14 18:34:08 +0000
committerMatt Wilson <msw@redhat.com>2001-08-14 18:34:08 +0000
commit8ecd37eee2c4be84fd6c94b933a14077f5423b09 (patch)
tree6822ecf7c52a8a60e94dd4958bd8fbd5cc9c2a02 /upgrade.py
parent5870e7a41003e31782017c15b0cd28e0f89261e3 (diff)
downloadanaconda-8ecd37eee2c4be84fd6c94b933a14077f5423b09.tar.gz
anaconda-8ecd37eee2c4be84fd6c94b933a14077f5423b09.tar.xz
anaconda-8ecd37eee2c4be84fd6c94b933a14077f5423b09.zip
fix title
Diffstat (limited to 'upgrade.py')
-rw-r--r--upgrade.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrade.py b/upgrade.py
index b70847acc..f2b7b7145 100644
--- a/upgrade.py
+++ b/upgrade.py
@@ -211,7 +211,7 @@ def upgradeMountFilesystems(intf, rootInfo, oldfsset, instPath):
mountRootPartition(intf, rootInfo[0], oldfsset, instPath,
allowDirty = 0)
except SystemError, msg:
- intf.messageWindow(_("Dirty Filesystems"),
+ intf.messageWindow(_("Mount failed"),
_("One or more of the filesystems listed in the "
"/etc/fstab on your Linux system cannot be mounted. "
"Please fix this problem and try to upgrade again."))