From cc3b1171c0826bf68f9d9129471b93934b36b6c5 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 8 Feb 2005 16:09:41 +0000 Subject: Better wording for a couple of strings --- perl-install/install_steps_gtk.pm | 5 ++--- 1 file 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 }), ]), -- cgit v1.2.1