diff options
author | damien <damien@mandriva.com> | 2000-11-05 22:46:58 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2000-11-05 22:46:58 +0000 |
commit | 16ebbad62c47588e68f5e41bbaae94311587e465 (patch) | |
tree | 1e2cf40cfc78ba102f2bf396be79a5979de88846 /perl-install | |
parent | 200e7bea1a891e8bb8509ee85d8b0dd59df5074a (diff) | |
download | drakx-backup-do-not-use-16ebbad62c47588e68f5e41bbaae94311587e465.tar drakx-backup-do-not-use-16ebbad62c47588e68f5e41bbaae94311587e465.tar.gz drakx-backup-do-not-use-16ebbad62c47588e68f5e41bbaae94311587e465.tar.bz2 drakx-backup-do-not-use-16ebbad62c47588e68f5e41bbaae94311587e465.tar.xz drakx-backup-do-not-use-16ebbad62c47588e68f5e41bbaae94311587e465.zip |
changed 'IntelliMouse label' to 'Generic PS2 Wheel Mouse'
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/mouse.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/mouse.pm b/perl-install/mouse.pm index 5fa5b25b7..6449e592a 100644 --- a/perl-install/mouse.pm +++ b/perl-install/mouse.pm @@ -30,7 +30,7 @@ my %mice = [ [ 'psaux' ], [ [ 2, 'ps/2', 'PS/2', __("Standard") ], [ 5, 'ps/2', 'MouseManPlusPS/2', __("Logitech MouseMan+") ], - [ 5, 'imps2', 'IMPS/2', __("Microsoft IntelliMouse") ], + [ 5, 'imps2', 'IMPS/2', __("Generic PS2 Wheel Mouse") ], [ 5, 'ps/2', 'GlidePointPS/2', __("GlidePoint") ], '', [ 5, 'ps/2', 'ThinkingMousePS/2', __("Kensington Thinking Mouse") ], |