diff options
Diffstat (limited to 'perl-install/install')
-rw-r--r-- | perl-install/install/NEWS | 2 | ||||
-rw-r--r-- | perl-install/install/steps_gtk.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index d518dfa85..5dfe58b61 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -6,7 +6,7 @@ and install updates. This replaces the previous "Install Updates" step. - fix alignment of check buttons - fix sizing radio buttons' labels (infamous 6 years old gnome bug #101968) -- further improvements to the "bootloader", "partitionning" steps +- further improvements to the "bootloader", "desktop" & "partitionning" steps - prevent big combo boxes to cause an horizontall scrollbar to appear by using the "ellipsize" property - remove "Generate auto install floppy" & "Save packages selection" diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm index 372a7ed30..790849e6d 100644 --- a/perl-install/install/steps_gtk.pm +++ b/perl-install/install/steps_gtk.pm @@ -280,7 +280,7 @@ sub reallyChooseDesktop { ugtk2::gtkadd($w->{window}, gtknew('VBox', children => [ - 0, gtknew('Title2', label => $message . + 0, gtknew('Title2', width => mygtk2::get_label_width(), label => $message . N("Click on images in order to see a bigger preview")), 1, gtknew('HButtonBox', children_loose => \@l), 0, $w->create_okcancel(N("Next"), undef), |