diff options
author | Ahmad Samir <ahmad@mageia.org> | 2011-04-04 20:17:01 +0000 |
---|---|---|
committer | Ahmad Samir <ahmad@mageia.org> | 2011-04-04 20:17:01 +0000 |
commit | 1bfb2b8300d315f5b5e2986a39d91881d00f6a72 (patch) | |
tree | 922ae26a05dd48b8c74578fb8abbd4abef06e404 /perl-install/fs | |
parent | b4ab8f2a2d41706f36117e3a1fb48f9fc6197ea1 (diff) | |
download | drakx-1bfb2b8300d315f5b5e2986a39d91881d00f6a72.tar drakx-1bfb2b8300d315f5b5e2986a39d91881d00f6a72.tar.gz drakx-1bfb2b8300d315f5b5e2986a39d91881d00f6a72.tar.bz2 drakx-1bfb2b8300d315f5b5e2986a39d91881d00f6a72.tar.xz drakx-1bfb2b8300d315f5b5e2986a39d91881d00f6a72.zip |
- perl -pi -e 's!"Check bad blocks\?"!"Check for bad blocks\?"!'
Diffstat (limited to 'perl-install/fs')
-rw-r--r-- | perl-install/fs/partitioning.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs/partitioning.pm b/perl-install/fs/partitioning.pm index 7621db9f8..015a7e4e8 100644 --- a/perl-install/fs/partitioning.pm +++ b/perl-install/fs/partitioning.pm @@ -45,7 +45,7 @@ sub choose_partitions_to_format { $in->ask_from_( { messages => N("Choose the partitions you want to format"), interactive_help_id => 'formatPartitions', - advanced_messages => N("Check bad blocks?"), + advanced_messages => N("Check for bad blocks?"), }, [ map { my $e = $_; |