diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/any.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 1a82fd2c0..1d7d34f43 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -731,6 +731,7 @@ sub selectLanguage { advanced_messages => formatAlaTeX(N("Mandrakelinux can support multiple languages. Select the languages you would like to install. They will be available when your installation is complete and you restart your system.")), + advanced_state => 1, callbacks => { advanced => sub { $langs->{$listval2val->($lang)} = 1 }, changed => sub { if ($last_utf8 == $in->{locale}{utf8}) { |