RE: sysinstall non-USB mouse dialog confusing

From: John Baldwin <jhb_at_FreeBSD.org>
Date: Mon, 12 May 2003 16:13:46 -0400 (EDT)
On 12-May-2003 John Baldwin wrote:
>> Enable support for a PS/2 (non-USB) mouse? Yes [No]
> 
> Perhaps the dialog should be reworded to say 'PS/2, Serial, or Bus mouse'.

Index: install.c
===================================================================
RCS file: /usr/cvs/src/usr.sbin/sysinstall/install.c,v
retrieving revision 1.341
diff -u -r1.341 install.c
--- install.c   20 Apr 2003 14:08:04 -0000      1.341
+++ install.c   12 May 2003 18:33:54 -0000
_at__at_ -662,7 +662,7 _at__at_
 
 #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

Does this make everyone happy with the mouse question?

-- 

John Baldwin <jhb_at_FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/
Received on Mon May 12 2003 - 11:14:47 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:07 UTC