summaryrefslogtreecommitdiffstats
path: root/upgrade.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2003-03-14 16:29:42 +0000
committerMike Fulbright <msf@redhat.com>2003-03-14 16:29:42 +0000
commit960b259e5deb878e9ad35ef9b4a0357310db6f1b (patch)
treed81eb98f925ed45e88bb40f7d0208f73a7c138ae /upgrade.py
parent1db05889053bfb1e57297bee9365444e92f7aab4 (diff)
downloadanaconda-960b259e5deb878e9ad35ef9b4a0357310db6f1b.tar.gz
anaconda-960b259e5deb878e9ad35ef9b4a0357310db6f1b.tar.xz
anaconda-960b259e5deb878e9ad35ef9b4a0357310db6f1b.zip
fix for bug #85248
Diffstat (limited to 'upgrade.py')
-rw-r--r--upgrade.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/upgrade.py b/upgrade.py
index aa434147b..d6d8d014b 100644
--- a/upgrade.py
+++ b/upgrade.py
@@ -290,9 +290,9 @@ def upgradeMountFilesystems(intf, rootInfo, oldfsset, instPath):
if badLinks:
message = _("The following are directories which should instead "
- "be symbolic link, which will cause problems with the "
+ "be symbolic links, which will cause problems with the "
"upgrade. Please return them to their original state "
- "as a symbolic link and restart the upgrade.\n\n")
+ "as symbolic links and restart the upgrade.\n\n")
for n in badLinks:
message = message + '\t' + n + '\n'
intf.messageWindow(_("Invalid Directories"), message)