diff options
| author | Brian Somers <brian@FreeBSD.org> | 2002-02-08 13:42:35 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2002-02-08 13:42:35 +0000 |
| commit | aaf89c2c898e455a3c5b30a657c85732bd86c10e (patch) | |
| tree | 33d2126fddcd96d7c4c2110f9e346100e83bb061 | |
| parent | 36a48df48ed35a2e1ae1e48a94b95b9da4c9b441 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/sade/install.c | 2 | ||||
| -rw-r--r-- | usr.sbin/sysinstall/install.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c index d2f563d617f9..9d69fca94da1 100644 --- a/usr.sbin/sade/install.c +++ b/usr.sbin/sade/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; } diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c index d2f563d617f9..9d69fca94da1 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; } |
