diff options
author | Ahmad Samir <ahmad@mageia.org> | 2011-04-04 19:49:44 +0000 |
---|---|---|
committer | Ahmad Samir <ahmad@mageia.org> | 2011-04-04 19:49:44 +0000 |
commit | 09d39610bfd7d485c54ae33baac87846eab7d5a0 (patch) | |
tree | 2b249b29be479501c4cfe47a11fc4c726de8e07b /perl-install/install/steps_interactive.pm | |
parent | d9f974eab441fd8d3dfbe326186bf04ba7a6a8e9 (diff) | |
download | drakx-09d39610bfd7d485c54ae33baac87846eab7d5a0.tar drakx-09d39610bfd7d485c54ae33baac87846eab7d5a0.tar.gz drakx-09d39610bfd7d485c54ae33baac87846eab7d5a0.tar.bz2 drakx-09d39610bfd7d485c54ae33baac87846eab7d5a0.tar.xz drakx-09d39610bfd7d485c54ae33baac87846eab7d5a0.zip |
- perl -pi -e 's!hard drive!hard disk drive!'
Diffstat (limited to 'perl-install/install/steps_interactive.pm')
-rw-r--r-- | perl-install/install/steps_interactive.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm index b66c1c467..a1376cfaf 100644 --- a/perl-install/install/steps_interactive.pm +++ b/perl-install/install/steps_interactive.pm @@ -335,8 +335,8 @@ If you want to skip some of them, you can unselect them now.")) }, if_($_ eq $names[0], disabled => sub { 1 }), } } @names), if_($o_copy_rpms_on_disk, - { type => 'label', val => \(formatAlaTeX(N("You have the option to copy the contents of the CDs onto the hard drive before installation. -It will then continue from the hard drive and the packages will remain available once the system is fully installed."))) }, + { type => 'label', val => \(formatAlaTeX(N("You have the option to copy the contents of the CDs onto the hard disk drive before installation. +It will then continue from the hard disk drive and the packages will remain available once the system is fully installed."))) }, { type => 'bool', text => N("Copy whole CDs"), val => $o_copy_rpms_on_disk }, ), ]); |