From c0f29a6b08d3b5d0705d1993fa2c58e14fc899d4 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 29 Mar 2005 08:59:04 +0000 Subject: (selectLanguage) let "unicode" checkbox be an advanced item at both install time and in standalone mode --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index d6c553316..43e4f228f 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -769,7 +769,7 @@ when your installation is complete and you restart your system.")), $in->ask_from_($common, [ { val => \$lang, type => 'list', format => sub { lang::l2name($_[0]) }, list => \@langs }, - { val => \$in->{locale}{utf8}, type => 'bool', text => N("Use Unicode by default") }, #, advanced => 1 + { val => \$in->{locale}{utf8}, type => 'bool', text => N("Use Unicode by default"), advanced => 1 }, ]) or return; $lang; } -- cgit v1.2.1