diff options
Diffstat (limited to 'perl-install/standalone/harddrake2')
-rwxr-xr-x | perl-install/standalone/harddrake2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2 index 59bb64847..1b57af169 100755 --- a/perl-install/standalone/harddrake2 +++ b/perl-install/standalone/harddrake2 @@ -50,10 +50,10 @@ my %fields = "pci_bus" => [ N("Bus PCI #"), N("the PCI bus on which the device is plugged") ], "pci_device" => [ N("PCI device #"), N("PCI device number") ], "pci_function" => [ N("PCI function #"), N("PCI function number") ], - "vendor" => [ N("Vendor ID"), N("this is the standard numerical identifiant of the vendor") ], - "id" => [ N("Device ID"), N("this is the numerical identifiant of the device") ], - "subvendor" => [ N("Sub vendor ID"), N("this is the minor numerical identifiant of the vendor") ], - "subid" => [ N("Sub device ID"), N("this is the minor numerical identifiant of the device") ], + "vendor" => [ N("Vendor ID"), N("this is the standard numerical identifier of the vendor") ], + "id" => [ N("Device ID"), N("this is the numerical identifier of the device") ], + "subvendor" => [ N("Sub vendor ID"), N("this is the minor numerical identifier of the vendor") ], + "subid" => [ N("Sub device ID"), N("this is the minor numerical identifier of the device") ], "usb_pci_device" =>, [ N("Device USB ID"), N("..") ], }, CPU => |