diff options
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index a3d24602e..8bd1f5a87 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -160,7 +160,7 @@ sub selectKeyboard($) { if ($::expert && ref($o) !~ /newt/) { #- newt is buggy with big windows :-( $o->set_help('selectLangs'); - $o->{langs} ||= []; + $o->{langs} ||= [ $o->{lang} ]; my $all = $o->{langs}[0] eq 'all'; $o->{langs} = $o->ask_many_from_list('', _("You can choose other languages that will be available after install"), |