diff options
author | brian <brian@FreeBSD.org> | 2002-02-08 13:42:35 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2002-02-08 13:42:35 +0000 |
commit | 7a2afc75f215681c8a4505f180094c95cf618771 (patch) | |
tree | 33d2126fddcd96d7c4c2110f9e346100e83bb061 /usr.sbin/sysinstall/install.c | |
parent | 27ee79e565530cd8305ffd5531cf3bf80d5053db (diff) | |
download | FreeBSD-src-7a2afc75f215681c8a4505f180094c95cf618771.zip FreeBSD-src-7a2afc75f215681c8a4505f180094c95cf618771.tar.gz |
Reword the ``Please remove the FreeBSD fixit CDROM now.'' to
``Please remove the FreeBSD fixit CDROM/DVD now.''.
MFC after: 2 weeks
Diffstat (limited to 'usr.sbin/sysinstall/install.c')
-rw-r--r-- | usr.sbin/sysinstall/install.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c index d2f563d..9d69fca 100644 --- a/usr.sbin/sysinstall/install.c +++ b/usr.sbin/sysinstall/install.c @@ -374,7 +374,7 @@ installFixitCDROM(dialogMenuItem *self) symlink("/mnt2/usr/bin/vi", "/usr/bin/vi"); fixit_common(); mediaClose(); - msgConfirm("Please remove the FreeBSD fixit CDROM now."); + msgConfirm("Please remove the FreeBSD fixit CDROM/DVD now."); return DITEM_SUCCESS; } |