summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/harddrake2
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-12-12 14:43:12 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-12-12 14:43:12 +0000
commit82ea23457381c28010c3b5c2c5b79edb1331b151 (patch)
tree4024efb420734dd9f1216ff2a52e1331540af8ca /perl-install/standalone/harddrake2
parent594fd5f0bed65bbeaa66543062e620c2382f814c (diff)
downloaddrakx-backup-do-not-use-82ea23457381c28010c3b5c2c5b79edb1331b151.tar
drakx-backup-do-not-use-82ea23457381c28010c3b5c2c5b79edb1331b151.tar.gz
drakx-backup-do-not-use-82ea23457381c28010c3b5c2c5b79edb1331b151.tar.bz2
drakx-backup-do-not-use-82ea23457381c28010c3b5c2c5b79edb1331b151.tar.xz
drakx-backup-do-not-use-82ea23457381c28010c3b5c2c5b79edb1331b151.zip
don't confuse people by altering sentences that could have been
interpreted as questions
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 84ffefbb7..095a6618e 100755
--- a/perl-install/standalone/harddrake2
+++ b/perl-install/standalone/harddrake2
@@ -30,7 +30,7 @@ my %fields =
- eide devices: the device is either a slave or a master device
- scsi devices: the scsi bus and the scsi device ids") ],
"cache size" => [ N("Cache size"), N("Size of the (second level) cpu cache") ],
- "coma_bug" => [ N("Coma bug"), N("Does this cpu has Cyrix 6x86 Coma bug ?") ],
+ "coma_bug" => [ N("Coma bug"), N("Whether this cpu has the Cyrix 6x86 Coma bug ?") ],
"cpu family" => [ N("Cpuid family"), N("Family of the cpu (eg: 6 for i686 class)") ],
"cpuid level" => [ N("Cpuid level"), N("Information level that can be obtained through the cpuid instruction") ],
"cpu MHz" => [ N("Frequency (MHz)"), N("The cpu frequency in Mhz (Mega herz which in first approximation may be coarsely assimilated to number of instructions the cpu is able to execute per second)") ],
@@ -46,7 +46,7 @@ my %fields =
"fpu" => [ N("Is FPU present"), N("yes means the processor has an arithmetic coprocessor") ],
- "fpu_exception" => [ N("Does FPU have an irq vector"), N("yes means the arithmetic coprocessor has an exception vector attached") ],
+ "fpu_exception" => [ N("Whether the FPU have an irq vector"), N("yes means the arithmetic coprocessor has an exception vector attached?") ],
"f00f_bug" => [N("F00f bug"), N("Early pentium were buggy and freezed when decoding the F00F bytecode")],
"hlt_bug" => [ N("Halt bug"),
N("Some of the early i486DX-100 chips cannot reliably return to operating mode after the \"halt\" instruction is used") ],