diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-08-27 16:41:21 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-08-27 16:41:21 +0000 |
commit | 2d80437bde9d8bf7f365e7d6d397f29ef3b0f120 (patch) | |
tree | 3e9eb2e9f56f329a029035e772a316291a18fb2f /perl-install/fs | |
parent | f018bbec54a91cf6e8801a6df5af8b275542f011 (diff) | |
download | drakx-2d80437bde9d8bf7f365e7d6d397f29ef3b0f120.tar drakx-2d80437bde9d8bf7f365e7d6d397f29ef3b0f120.tar.gz drakx-2d80437bde9d8bf7f365e7d6d397f29ef3b0f120.tar.bz2 drakx-2d80437bde9d8bf7f365e7d6d397f29ef3b0f120.tar.xz drakx-2d80437bde9d8bf7f365e7d6d397f29ef3b0f120.zip |
(main) do not show up big titles in standalone mode (read: draklive-install)
Diffstat (limited to 'perl-install/fs')
-rw-r--r-- | perl-install/fs/partitioning_wizard.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs/partitioning_wizard.pm b/perl-install/fs/partitioning_wizard.pm index c28261426..947bad0d0 100644 --- a/perl-install/fs/partitioning_wizard.pm +++ b/perl-install/fs/partitioning_wizard.pm @@ -275,7 +275,7 @@ sub main { interactive_help_id => 'doPartitionDisks', }, [ - { label => N("The DrakX Partitioning wizard found the following solutions:"), title => 1 }, + { label => N("The DrakX Partitioning wizard found the following solutions:"), title => $::isInstall }, { val => \$sol, list => \@solutions, format => sub { $_[0][1] }, type => 'list' }, ]); log::l("partitionWizard calling solution $sol->[1]"); |