From 55b1eadc89191f0316d96178e109922371fb87b0 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Tue, 13 May 2003 19:16:00 +0000 Subject: [PATCH] Reword the infamouse mouse dialog to ask if you have a PS/2, serial, or bus mouse instead of if you have a non-USB mouse. Requested by: many Prodded by: dougb Approved by: re (scottl) --- usr.sbin/sade/install.c | 2 +- usr.sbin/sysinstall/install.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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