summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/harddrake2
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-06-20 23:25:43 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-06-20 23:25:43 +0000
commit9e532b17e31634b5adf60329d7714dcb10bf55d2 (patch)
treecb6a215d6bb49e364416f81c211d28ca2071e5a4 /perl-install/standalone/harddrake2
parent584e8892fc5b030b9ee9077fe3a4f5e39bd98034 (diff)
downloaddrakx-backup-do-not-use-9e532b17e31634b5adf60329d7714dcb10bf55d2.tar
drakx-backup-do-not-use-9e532b17e31634b5adf60329d7714dcb10bf55d2.tar.gz
drakx-backup-do-not-use-9e532b17e31634b5adf60329d7714dcb10bf55d2.tar.bz2
drakx-backup-do-not-use-9e532b17e31634b5adf60329d7714dcb10bf55d2.tar.xz
drakx-backup-do-not-use-9e532b17e31634b5adf60329d7714dcb10bf55d2.zip
adapt fields name to new behavior of mousedrake on 2.6.x kernels
Diffstat (limited to 'perl-install/standalone/harddrake2')
-rwxr-xr-xperl-install/standalone/harddrake24
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") ],
}
);