diff options
Diffstat (limited to 'perl-install/any.pm')
-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 a26666ae9..55391995c 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -774,6 +774,7 @@ sub selectLanguage { my ($in, $lang, $langs) = @_; $in->ask_from_( { messages => _("Please, choose a language to use."), + title => 'language choice', advanced_messages => _("You can choose other languages that will be available after install"), callbacks => { focus_out => sub { $langs->{$lang} = 1 }, |