1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-16 15:11:52 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90404
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;
}