summaryrefslogtreecommitdiffstats
path: root/perl-install/partition_table
diff options
context:
space:
mode:
authorAhmad Samir <ahmad@mageia.org>2011-04-04 21:32:00 +0000
committerAhmad Samir <ahmad@mageia.org>2011-04-04 21:32:00 +0000
commit1893c15b28eccf5d660b35188b271ac0e4f6ea67 (patch)
treefdbdd4cc78068a237299d0ec6fb1630d9a3bf29f /perl-install/partition_table
parentbdbda1a0880ea6d6cdb60e975e4b7384126ceb16 (diff)
downloaddrakx-backup-do-not-use-1893c15b28eccf5d660b35188b271ac0e4f6ea67.tar
drakx-backup-do-not-use-1893c15b28eccf5d660b35188b271ac0e4f6ea67.tar.gz
drakx-backup-do-not-use-1893c15b28eccf5d660b35188b271ac0e4f6ea67.tar.bz2
drakx-backup-do-not-use-1893c15b28eccf5d660b35188b271ac0e4f6ea67.tar.xz
drakx-backup-do-not-use-1893c15b28eccf5d660b35188b271ac0e4f6ea67.zip
- perl -pi -e 's!Something bad is happening on your drive!Something bad is happening on your hard disk drive!'
Diffstat (limited to 'perl-install/partition_table')
-rw-r--r--perl-install/partition_table/raw.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/partition_table/raw.pm b/perl-install/partition_table/raw.pm
index 09a0137e7..7659a390b 100644
--- a/perl-install/partition_table/raw.pm
+++ b/perl-install/partition_table/raw.pm
@@ -296,7 +296,7 @@ sub test_for_bad_drives {
my $tmp2;
&$seek; sysread $F, $tmp2, $SECTORSIZE or die "test_for_bad_drives: cannot even read again ($!)";
$tmp eq $tmp2 or die
-N("Something bad is happening on your drive.
+N("Something bad is happening on your hard disk drive.
A test to check the integrity of data has failed.
It means writing anything on the disk will end up with random, corrupted data.");
}