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)
This commit is contained in:
John Baldwin 2003-05-13 19:16:00 +00:00
parent a8602b99be
commit 55b1eadc89
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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