diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-06-20 23:25:43 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-06-20 23:25:43 +0000 |
commit | 9e532b17e31634b5adf60329d7714dcb10bf55d2 (patch) | |
tree | cb6a215d6bb49e364416f81c211d28ca2071e5a4 /perl-install/standalone/harddrake2 | |
parent | 584e8892fc5b030b9ee9077fe3a4f5e39bd98034 (diff) | |
download | drakx-9e532b17e31634b5adf60329d7714dcb10bf55d2.tar drakx-9e532b17e31634b5adf60329d7714dcb10bf55d2.tar.gz drakx-9e532b17e31634b5adf60329d7714dcb10bf55d2.tar.bz2 drakx-9e532b17e31634b5adf60329d7714dcb10bf55d2.tar.xz drakx-9e532b17e31634b5adf60329d7714dcb10bf55d2.zip |
adapt fields name to new behavior of mousedrake on 2.6.x kernels
Diffstat (limited to 'perl-install/standalone/harddrake2')
-rwxr-xr-x | perl-install/standalone/harddrake2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2 index d16e053ac..63854739c 100755 --- a/perl-install/standalone/harddrake2 +++ b/perl-install/standalone/harddrake2 @@ -96,10 +96,10 @@ my %fields = { "device" => [ N("Device file"), N("the device file used to communicate with the kernel driver for the mouse") ], EMULATEWHEEL => [ N("Emulated wheel"), N("whether the wheel is emulated or not") ], - MOUSETYPE => [ N("Mouse type"), N("the type of the mouse") ], + MOUSETYPE => [ N("Type"), N("the type of the mouse") ], name => [ N("Name"), N("the name of the mouse") ], nbuttons => [ N("Number of buttons"), N("the number of buttons the mouse has") ], - type => [ N("Type"), N("the type of bus on which the mouse is connected") ], + type => [ N("Bus"), N("the type of bus on which the mouse is connected") ], XMOUSETYPE => [ N("Mouse protocol used by X11"), N("the protocol that the graphical desktop use with the mouse") ], } ); |