summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-06-20 23:24:19 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-06-20 23:24:19 +0000
commit39cd622c7acc370f999b8acc4dc29c83969f53ec (patch)
tree8889fcb0d245a8a5945a3c1118e0f6907a88eeb0 /perl-install
parentee185e83064d4c2e082a3ab4efbee38d6d4ac2f8 (diff)
downloaddrakx-39cd622c7acc370f999b8acc4dc29c83969f53ec.tar
drakx-39cd622c7acc370f999b8acc4dc29c83969f53ec.tar.gz
drakx-39cd622c7acc370f999b8acc4dc29c83969f53ec.tar.bz2
drakx-39cd622c7acc370f999b8acc4dc29c83969f53ec.tar.xz
drakx-39cd622c7acc370f999b8acc4dc29c83969f53ec.zip
move mice help where it belongs
Diffstat (limited to 'perl-install')
-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 755d6c253..da65fc2d3 100755
--- a/perl-install/standalone/harddrake2
+++ b/perl-install/standalone/harddrake2
@@ -45,10 +45,8 @@ my %fields =
"host" => [ N("Disk controller"), N("the disk controller on the host side") ],
"media_type" => [ N("Media class"), N("class of hardware device") ],
"Model" => [ N("Model"), N("hard disk model") ],
- "nbuttons" => [ N("Number of buttons"), N("the number of buttons the mouse has") ],
"port" => [ N("Port"), N("network printer port") ],
"primary_partitions" => [ N("Primary partitions"), N("the number of the primary partitions") ],
- "type" => [ N("Type"), N("the type of bus on which the mouse is connected") ],
"Vendor" => [ N("Vendor"), N("the vendor name of the device") ],
"pci_bus" => [ N("Bus PCI #"), N("the PCI bus on which the device is plugged") ],
"pci_device" => [ N("PCI device #"), N("PCI device number") ],
@@ -96,6 +94,8 @@ my %fields =
},
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") ],
}
);