summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2003-05-13 19:16:00 +0000
committerjhb <jhb@FreeBSD.org>2003-05-13 19:16:00 +0000
commit0c04949ed7f6c52d02a70c3517566069c812c0bd (patch)
treec9a44cf4c77e353c4b08cc2a6ea80a883ac18f89 /usr.sbin
parent6d43ba8bf23bf1b52f5e0e7b0b60f95a23cdf37c (diff)
downloadFreeBSD-src-0c04949ed7f6c52d02a70c3517566069c812c0bd.zip
FreeBSD-src-0c04949ed7f6c52d02a70c3517566069c812c0bd.tar.gz
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)
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sade/install.c2
-rw-r--r--usr.sbin/sysinstall/install.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c
index 366edb2..1a4dee1 100644
--- a/usr.sbin/sade/install.c
+++ b/usr.sbin/sade/install.c
@@ -662,7 +662,7 @@ nodisks:
#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 366edb2..1a4dee1 100644
--- a/usr.sbin/sysinstall/install.c
+++ b/usr.sbin/sysinstall/install.c
@@ -662,7 +662,7 @@ nodisks:
#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
OpenPOWER on IntegriCloud