summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/harddrake2
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-06-18 00:23:13 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-06-18 00:23:13 +0000
commit8e911d46fc310f3e8b9d3913368842944afa2d8f (patch)
tree5445252ec55f75fcdd2e50381f0e8cbb276a9037 /perl-install/standalone/harddrake2
parent78f1055d8a1ed61dfb35e7c7342f4f527834848b (diff)
downloaddrakx-8e911d46fc310f3e8b9d3913368842944afa2d8f.tar
drakx-8e911d46fc310f3e8b9d3913368842944afa2d8f.tar.gz
drakx-8e911d46fc310f3e8b9d3913368842944afa2d8f.tar.bz2
drakx-8e911d46fc310f3e8b9d3913368842944afa2d8f.tar.xz
drakx-8e911d46fc310f3e8b9d3913368842944afa2d8f.zip
fix help for floppies
Diffstat (limited to 'perl-install/standalone/harddrake2')
-rwxr-xr-xperl-install/standalone/harddrake22
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2
index 5066f785f..f17c290c1 100755
--- a/perl-install/standalone/harddrake2
+++ b/perl-install/standalone/harddrake2
@@ -86,7 +86,7 @@ my %fields =
"vendor_id" => [ N("Vendor"), N("the vendor name of the processor") ],
"wp" => [ N("Write protection"), N("the WP flag in the CR0 register of the cpu enforce write proctection at the memory page level, thus enabling the processor to prevent unchecked kernel accesses to user memory (aka this is a bug guard)") ],
},
- floppy =>
+ FLOPPY =>
{
info => [ N("Floppy format"), N("format of floppies supported by the drive") ],
},