summaryrefslogtreecommitdiffstats
path: root/urlinstall.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-06-06 14:35:16 +0000
committerChris Lumens <clumens@redhat.com>2007-06-06 14:35:16 +0000
commitb0d4963da32e97ae25d673947439e32d6835b230 (patch)
tree60e23882d97b0ed354e91ce85d8d9463d3ac4070 /urlinstall.py
parent765acd57683c15f1507fbc50103aadfd59083418 (diff)
downloadanaconda-b0d4963da32e97ae25d673947439e32d6835b230.tar.gz
anaconda-b0d4963da32e97ae25d673947439e32d6835b230.tar.xz
anaconda-b0d4963da32e97ae25d673947439e32d6835b230.zip
Use "disc" instead of "CD" in dialogs (#242830).
Diffstat (limited to 'urlinstall.py')
-rw-r--r--urlinstall.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/urlinstall.py b/urlinstall.py
index eddd51b77..67e37ef7a 100644
--- a/urlinstall.py
+++ b/urlinstall.py
@@ -209,7 +209,7 @@ class UrlInstallMethod(InstallMethod):
except Exception, e:
log.error("exception in unmountCD: %s" %(e,))
self.messageWindow(_("Error"),
- _("An error occurred unmounting the CD. "
+ _("An error occurred unmounting the disc. "
"Please make sure you're not accessing "
"%s from the shell on tty2 "
"and then click OK to retry.")
@@ -222,7 +222,7 @@ class UrlInstallMethod(InstallMethod):
isys.umount("/mnt/source")
except Exception, e:
log.error("unable to unmount source in filesDone: %s" %(e,))
-
+
if not self.loopbackFile: return
try: