Reword the ``Please remove the FreeBSD fixit CDROM now.'' to

``Please remove the FreeBSD fixit CDROM/DVD now.''.

MFC after: 2 weeks
This commit is contained in:
Brian Somers 2002-02-08 13:42:35 +00:00
parent 36a48df48e
commit aaf89c2c89
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}

View File

@ -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;
}