summaryrefslogtreecommitdiffstats
path: root/perl-install/install
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-08-27 18:09:49 +0000
committerThierry Vignaud <tv@mandriva.org>2008-08-27 18:09:49 +0000
commit98826606f804f5e4497beb7aa584c24264964c89 (patch)
tree59da893afd5ae2827ff0887a9cc0fb632f952673 /perl-install/install
parent3fae969df8c8805dd9cfa8701d63cfd1bd4b1a4c (diff)
downloaddrakx-backup-do-not-use-98826606f804f5e4497beb7aa584c24264964c89.tar
drakx-backup-do-not-use-98826606f804f5e4497beb7aa584c24264964c89.tar.gz
drakx-backup-do-not-use-98826606f804f5e4497beb7aa584c24264964c89.tar.bz2
drakx-backup-do-not-use-98826606f804f5e4497beb7aa584c24264964c89.tar.xz
drakx-backup-do-not-use-98826606f804f5e4497beb7aa584c24264964c89.zip
(selectInstallClass) make title be blue
Diffstat (limited to 'perl-install/install')
-rw-r--r--perl-install/install/steps_interactive.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm
index 1d83b3b8b..a3f2a481b 100644
--- a/perl-install/install/steps_interactive.pm
+++ b/perl-install/install/steps_interactive.pm
@@ -133,10 +133,11 @@ sub selectInstallClass {
askInstallClass:
my $p;
$o->ask_from_({ title => N("Install/Upgrade"),
- messages => N("Is this an install or an upgrade?"),
interactive_help_id => 'selectInstallClass',
},
- [ { val => \$p,
+ [
+ { label => N("Is this an install or an upgrade?"), title => 1 },
+ { val => \$p,
list => [ @l, N_("_: This is a noun:\nInstall") ],
type => 'list',
format => sub { ref($_[0]) ? N("Upgrade %s", $_[0]{release}) : translate($_[0]) }