summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_gtk.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-02 14:29:52 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-02 14:29:52 +0000
commitbf4e987b81ec1aaf4a7faac26553b4205ee9cfb5 (patch)
treeb57d80c711a0428b09dacf6d16f96e432e8ef0d3 /perl-install/install/steps_gtk.pm
parent0e04c715707174a9dcc1ab093c161853e93a5c8a (diff)
downloaddrakx-backup-do-not-use-bf4e987b81ec1aaf4a7faac26553b4205ee9cfb5.tar
drakx-backup-do-not-use-bf4e987b81ec1aaf4a7faac26553b4205ee9cfb5.tar.gz
drakx-backup-do-not-use-bf4e987b81ec1aaf4a7faac26553b4205ee9cfb5.tar.bz2
drakx-backup-do-not-use-bf4e987b81ec1aaf4a7faac26553b4205ee9cfb5.tar.xz
drakx-backup-do-not-use-bf4e987b81ec1aaf4a7faac26553b4205ee9cfb5.zip
(ask_deselect_media__copy_on_disk) partially convert to mygtk2 (needed for next commit)
Diffstat (limited to 'perl-install/install/steps_gtk.pm')
-rw-r--r--perl-install/install/steps_gtk.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm
index a5678063e..7c6679531 100644
--- a/perl-install/install/steps_gtk.pm
+++ b/perl-install/install/steps_gtk.pm
@@ -709,8 +709,9 @@ If you want to skip some of them, you can unselect them now."))),
0, gtknew('HSeparator'),
) : (),
if_($o_copy_rpms_on_disk,
- 0, Gtk2::WrappedLabel->new(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."))),
+ 0, gtknew('Label_Left', padding => [ 0, 0 ],
+ 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.")),
0, gtknew('CheckButton', text => N("Copy whole CDs"), active_ref => $o_copy_rpms_on_disk),
0, gtknew('HSeparator'),
),