diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/any.pm | 2 | ||||
-rw-r--r-- | perl-install/install/NEWS | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 8c9dea9f3..2d29ea66a 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -967,7 +967,7 @@ when your installation is complete and you restart your system.")), { val => \$lang, separator => '|', if_($using_images, image2f => sub { $name2l{$_[0]} =~ /^[a-z]/ && "langs/lang-$name2l{$_[0]}" }), format => sub { $_[0] =~ /(.*\|)(.*)/ ? $1 . lang::l2name($2) : lang::l2name($_[0]) }, - list => \@langs, sort => 0, changed => sub { + list => \@langs, sort => 1, changed => sub { #- very special cases for langs which do not like UTF-8 $non_utf8 = $lang =~ /\bzh/ if !$utf8_forced; }, focus_out => sub { $langs->{$listval2val->($lang)} = 1 } }, diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 2b59f0c31..9d8a9c890 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,4 @@ +- sort languages in "choose language" step in text mode - diskdrake: o drop "Undo", "Restore partition table", "Save partition table" (preparing to switch to libparted) |