mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 17:49:22 -04:00
Correct typo in description string: CANNOT' -> CAN'.
PR: docs/18177 Submitted by: MIHIRA Yoshiro <sanpei@sanpei.org>
This commit is contained in:
parent
0588fce1ba
commit
01f31528b0
2 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue