summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_interactive.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install/steps_interactive.pm')
-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]) }