diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2002-12-05 19:37:31 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2002-12-05 19:37:31 +0000 |
commit | ae2756b6196a18133cfc18c4345c9fa85fdb4394 (patch) | |
tree | 35d25a079646d6fe7e583f6b3d972c29a458d11f /perl-install/standalone/harddrake2 | |
parent | 596dfc11ba8ae30b472e571530a6af33dfac8120 (diff) | |
download | drakx-ae2756b6196a18133cfc18c4345c9fa85fdb4394.tar drakx-ae2756b6196a18133cfc18c4345c9fa85fdb4394.tar.gz drakx-ae2756b6196a18133cfc18c4345c9fa85fdb4394.tar.bz2 drakx-ae2756b6196a18133cfc18c4345c9fa85fdb4394.tar.xz drakx-ae2756b6196a18133cfc18c4345c9fa85fdb4394.zip |
Fixed some typos or bad English
Diffstat (limited to 'perl-install/standalone/harddrake2')
-rwxr-xr-x | perl-install/standalone/harddrake2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2 index 87efbd09e..d88dec564 100755 --- a/perl-install/standalone/harddrake2 +++ b/perl-install/standalone/harddrake2 @@ -33,7 +33,7 @@ my %fields = "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 ?") ], "cpu family" => [ N("Cpuid family"), N("Family of the cpu (eg: 6 for i686 class)") ], - "cpuid level" => [ N("Cpuid level"), N("Information level that one can obtain through the cpuid instruction") ], + "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)") ], "description" => [ N("Description"), N("This field describes the device") ], "device" => [ N("Old device file"), |