diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-02-08 16:09:41 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-02-08 16:09:41 +0000 |
commit | cc3b1171c0826bf68f9d9129471b93934b36b6c5 (patch) | |
tree | 5d0c73a8cf2e3e309bcf7a6ffd3a7d855b432629 /perl-install/install_steps_gtk.pm | |
parent | 16ae57ffe06389dccdf2b64570875be154d34805 (diff) | |
download | drakx-cc3b1171c0826bf68f9d9129471b93934b36b6c5.tar drakx-cc3b1171c0826bf68f9d9129471b93934b36b6c5.tar.gz drakx-cc3b1171c0826bf68f9d9129471b93934b36b6c5.tar.bz2 drakx-cc3b1171c0826bf68f9d9129471b93934b36b6c5.tar.xz drakx-cc3b1171c0826bf68f9d9129471b93934b36b6c5.zip |
Better wording for a couple of strings
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r-- | perl-install/install_steps_gtk.pm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index 23ed822ee..794f84beb 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -669,11 +669,10 @@ sub deselectFoundMedia { If you want to skip some of them, you can unselect them now.")), (map { ++$i; gtknew('CheckButton', text => $_->[3], active_ref => \$selection[$i]) } @hdlist2), gtknew('HSeparator'), - Gtk2::WrappedLabel->new(N("You have the possibility to copy the contents of the CDs on the hard drive before installation. -It will then continue from the hard drive and the packages will remain available once the system will be fully installed.")), + Gtk2::WrappedLabel->new(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.")), gtknew('CheckButton', text => N("Copy whole CDs"), active_ref => \$copy_rpms_on_disk), gtknew('HSeparator'), - #- TODO only show this for cdrom install method ? gtknew('HBox', children_tight => [ gtknew('Button', text => N("Next"), clicked => sub { Gtk2->main_quit }), ]), |