summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/media.c
diff options
context:
space:
mode:
authornik <nik@FreeBSD.org>2001-06-27 17:48:43 +0000
committernik <nik@FreeBSD.org>2001-06-27 17:48:43 +0000
commit456c12319078f9994ab8335f771b4293d62495d2 (patch)
tree9f275b2ba5f739a1949690855874124be16747c4 /usr.sbin/sysinstall/media.c
parenta5db0cb683fdcf8ff7fbae2a17d741d2445ed7a0 (diff)
downloadFreeBSD-src-456c12319078f9994ab8335f771b4293d62495d2.zip
FreeBSD-src-456c12319078f9994ab8335f771b4293d62495d2.tar.gz
Various changes to the messages so that they are now appropriate for both
CD and DVD releases of FreeBSD.
Diffstat (limited to 'usr.sbin/sysinstall/media.c')
-rw-r--r--usr.sbin/sysinstall/media.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/media.c b/usr.sbin/sysinstall/media.c
index 91996e1..5e4925f 100644
--- a/usr.sbin/sysinstall/media.c
+++ b/usr.sbin/sysinstall/media.c
@@ -144,8 +144,8 @@ mediaSetCDROM(dialogMenuItem *self)
cnt = deviceCount(devs);
if (!cnt) {
if (self) /* Interactive? */
- msgConfirm("No CDROM devices found! Please check that your system's\n"
- "configuration is correct and that the CDROM drive is of a supported\n"
+ msgConfirm("No CD/DVD devices found! Please check that your system's\n"
+ "configuration is correct and that the CD/DVD drive is of a supported\n"
"type. For more information, consult the hardware guide\n"
"in the Doc menu.");
return DITEM_FAILURE | DITEM_CONTINUE;
OpenPOWER on IntegriCloud