diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2003-02-22 15:10:45 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2003-02-22 15:10:45 +0000 |
commit | 5273ed4f48686bd5670bf72d9da75374f1ce20eb (patch) | |
tree | db4f02698d9c3b20a44799a3f41499c42e691af1 | |
parent | 94297173ca1fb2be21f68ac0b474bc092b67c3eb (diff) | |
download | drakx-5273ed4f48686bd5670bf72d9da75374f1ce20eb.tar drakx-5273ed4f48686bd5670bf72d9da75374f1ce20eb.tar.gz drakx-5273ed4f48686bd5670bf72d9da75374f1ce20eb.tar.bz2 drakx-5273ed4f48686bd5670bf72d9da75374f1ce20eb.tar.xz drakx-5273ed4f48686bd5670bf72d9da75374f1ce20eb.zip |
changed an English string
-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 43e35e10e..418c78793 100755 --- a/perl-install/standalone/harddrake2 +++ b/perl-install/standalone/harddrake2 @@ -51,7 +51,7 @@ my %fields = "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") ], - "info" => [N("Floppy format"), N("Format of floppies the drive accept")], + "info" => [N("Floppy format"), N("Format of floppies supported by the drive")], "level" => [N("Level"), N("Sub generation of the cpu")], "media_type" => [ N("Media class"), N("class of hardware device") ], "Model" => [N("Model"), N("hard disk model")], |