Correct typo in description string: CANNOT' -> CAN'.

PR:		docs/18177
Submitted by:	MIHIRA Yoshiro <sanpei@sanpei.org>
This commit is contained in:
Joseph Koshy 2000-04-26 05:21:54 +00:00
parent 0588fce1ba
commit 01f31528b0
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@ DMenu MenuPCICMem = {
DMenu MenuCardIRQ = {
DMENU_NORMAL_TYPE | DMENU_SELECTION_RETURNS,
"Please select IRQs that can be used by PC-cards",
"Please specify an IRQs that CANNOT be used by PC-card.\n"
"Please specify IRQs that CAN be used by PC-card.\n"
"For example, if you have a sound card that can't be probed by\n"
"this installation floppy and it uses IRQ 10, you have to \n"
"choose \"Option 1\" or \"Option 2\" at this menu.\n",

View file

@ -44,7 +44,7 @@ DMenu MenuPCICMem = {
DMenu MenuCardIRQ = {
DMENU_NORMAL_TYPE | DMENU_SELECTION_RETURNS,
"Please select IRQs that can be used by PC-cards",
"Please specify an IRQs that CANNOT be used by PC-card.\n"
"Please specify IRQs that CAN be used by PC-card.\n"
"For example, if you have a sound card that can't be probed by\n"
"this installation floppy and it uses IRQ 10, you have to \n"
"choose \"Option 1\" or \"Option 2\" at this menu.\n",