summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_gtk.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-10-01 12:23:10 +0000
committerThierry Vignaud <tv@mandriva.org>2008-10-01 12:23:10 +0000
commitb01b9d1a4a42e55eaf0cd0aa632a5b73b918cad6 (patch)
tree81984ecc243fdbc36d7aaae3f4c8f3bd2ea8200f /perl-install/install/steps_gtk.pm
parentd8ad092c76d5a344f85a15e1a2ec60ec8722ebbd (diff)
downloaddrakx-backup-do-not-use-b01b9d1a4a42e55eaf0cd0aa632a5b73b918cad6.tar
drakx-backup-do-not-use-b01b9d1a4a42e55eaf0cd0aa632a5b73b918cad6.tar.gz
drakx-backup-do-not-use-b01b9d1a4a42e55eaf0cd0aa632a5b73b918cad6.tar.bz2
drakx-backup-do-not-use-b01b9d1a4a42e55eaf0cd0aa632a5b73b918cad6.tar.xz
drakx-backup-do-not-use-b01b9d1a4a42e55eaf0cd0aa632a5b73b918cad6.zip
(reallyChooseDesktop) add a missing space
Diffstat (limited to 'perl-install/install/steps_gtk.pm')
-rw-r--r--perl-install/install/steps_gtk.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm
index a6a5b81c3..d3e3324a6 100644
--- a/perl-install/install/steps_gtk.pm
+++ b/perl-install/install/steps_gtk.pm
@@ -291,7 +291,7 @@ sub reallyChooseDesktop {
gtknew('VBox', children => [
0, gtknew('Title2',
# workaround infamous 6 years old gnome bug #101968:
- width => mygtk2::get_label_width(), label => $message .
+ 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),