diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c index 366edb2d86ca..1a4dee18144b 100644 --- a/usr.sbin/sade/install.c +++ b/usr.sbin/sade/install.c @@ -662,7 +662,7 @@ installStandard(dialogMenuItem *self) #ifdef WITH_MICE dialog_clear_norefresh(); - if (!msgNoYes("Does this system have a non-USB mouse attached to it?")) + if (!msgNoYes("Does this system have a PS/2, serial, or bus mouse?")) dmenuOpenSimple(&MenuMouse, FALSE); #endif diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c index 366edb2d86ca..1a4dee18144b 100644 --- a/usr.sbin/sysinstall/install.c +++ b/usr.sbin/sysinstall/install.c @@ -662,7 +662,7 @@ installStandard(dialogMenuItem *self) #ifdef WITH_MICE dialog_clear_norefresh(); - if (!msgNoYes("Does this system have a non-USB mouse attached to it?")) + if (!msgNoYes("Does this system have a PS/2, serial, or bus mouse?")) dmenuOpenSimple(&MenuMouse, FALSE); #endif