diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2003-01-21 12:29:06 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2003-01-21 12:29:06 +0000 |
commit | 424f21c103811b61abfb7475f201d8fc98f4def3 (patch) | |
tree | 9e5a7576b11d952746e60be76a6ae288acab8341 /perl-install/partition_table | |
parent | ac667d819bf1f91fd4190d2f3aac2a91f07723f5 (diff) | |
download | drakx-424f21c103811b61abfb7475f201d8fc98f4def3.tar drakx-424f21c103811b61abfb7475f201d8fc98f4def3.tar.gz drakx-424f21c103811b61abfb7475f201d8fc98f4def3.tar.bz2 drakx-424f21c103811b61abfb7475f201d8fc98f4def3.tar.xz drakx-424f21c103811b61abfb7475f201d8fc98f4def3.zip |
English proofreading (first pass)
Diffstat (limited to 'perl-install/partition_table')
-rw-r--r-- | perl-install/partition_table/raw.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/partition_table/raw.pm b/perl-install/partition_table/raw.pm index 2237d672a..c198273e0 100644 --- a/perl-install/partition_table/raw.pm +++ b/perl-install/partition_table/raw.pm @@ -191,7 +191,7 @@ sub test_for_bad_drives { $tmp eq $tmp2 or die N("Something bad is happening on your drive. A test to check the integrity of data has failed. -It means writing anything on the disk will end up with random trash"); +It means writing anything on the disk will end up with random, corrupted data."); } 1; |