From 8ecd37eee2c4be84fd6c94b933a14077f5423b09 Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Tue, 14 Aug 2001 18:34:08 +0000 Subject: fix title --- upgrade.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'upgrade.py') 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.")) -- cgit