summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_gtk.pm
diff options
context:
space:
mode:
authorAhmad Samir <ahmad@mageia.org>2011-04-04 19:49:44 +0000
committerAhmad Samir <ahmad@mageia.org>2011-04-04 19:49:44 +0000
commit4e4eb522ecc6a1b4b29775552e389c7751ebe276 (patch)
tree2b249b29be479501c4cfe47a11fc4c726de8e07b /perl-install/install/steps_gtk.pm
parent2b8dce754e3324cc820a8526e0783e8c2846482d (diff)
downloaddrakx-backup-do-not-use-4e4eb522ecc6a1b4b29775552e389c7751ebe276.tar
drakx-backup-do-not-use-4e4eb522ecc6a1b4b29775552e389c7751ebe276.tar.gz
drakx-backup-do-not-use-4e4eb522ecc6a1b4b29775552e389c7751ebe276.tar.bz2
drakx-backup-do-not-use-4e4eb522ecc6a1b4b29775552e389c7751ebe276.tar.xz
drakx-backup-do-not-use-4e4eb522ecc6a1b4b29775552e389c7751ebe276.zip
- perl -pi -e 's!hard drive!hard disk drive!'
Diffstat (limited to 'perl-install/install/steps_gtk.pm')
-rw-r--r--perl-install/install/steps_gtk.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm
index e4b896371..75f76421f 100644
--- a/perl-install/install/steps_gtk.pm
+++ b/perl-install/install/steps_gtk.pm
@@ -762,8 +762,8 @@ If you want to skip some of them, you can unselect them now."))),
0, gtknew('Label_Left', padding => [ 0, 0 ],
# workaround infamous 6 years old gnome bug #101968:
width => mygtk2::get_label_width(),
- text => 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.")),
+ text => 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.")),
0, gtknew('CheckButton', text => N("Copy whole CDs"), active_ref => $o_copy_rpms_on_disk),
1, gtknew('Alignment'),
0, gtknew('HSeparator'),