diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-12-13 09:16:38 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-12-13 09:16:38 +0000 |
commit | c4902e089870b44b05b21b380d4796fa58cfc9a7 (patch) | |
tree | 627213e16d4e63a71b2893ae72d712f5254ab30e | |
parent | 7636b4bdc875277789e4a01a9d9601408a0793f0 (diff) | |
download | drakx-c4902e089870b44b05b21b380d4796fa58cfc9a7.tar drakx-c4902e089870b44b05b21b380d4796fa58cfc9a7.tar.gz drakx-c4902e089870b44b05b21b380d4796fa58cfc9a7.tar.bz2 drakx-c4902e089870b44b05b21b380d4796fa58cfc9a7.tar.xz drakx-c4902e089870b44b05b21b380d4796fa58cfc9a7.zip |
perl_checker fixes
-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 551e50257..93f08412d 100755 --- a/perl-install/standalone/harddrake2 +++ b/perl-install/standalone/harddrake2 @@ -19,8 +19,8 @@ my %fields = "bus" => [ N("Bus"), N("this is the physical bus on which the device is plugged (eg: PCI, USB, ...)") ], - "channel" => [ N("Channel"), N("EIDE/SCSI channel")], - "bogomips" => [ N("Bogomips"), N("The GNU/Linux kernel needs to do run a calculation loop at boot time to initialize a timer counter. Its result is stored as bogomips as a way to \"benchmark\" the cpu.")], + "channel" => [ N("Channel"), N("EIDE/SCSI channel") ], + "bogomips" => [ N("Bogomips"), N("The GNU/Linux kernel needs to do run a calculation loop at boot time to initialize a timer counter. Its result is stored as bogomips as a way to \"benchmark\" the cpu.") ], "bus_id" => [ N("Bus identification"), N("- PCI and USB devices: this list the vendor, device, subvendor and subdevice PCI/USB ids") ], |