summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index 999cf07b6..6138aa6f1 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -940,7 +940,7 @@ sub reboot {
sub selectLanguage_install {
my ($in, $locale) = @_;
- my $common = { messages => N("Please choose a language to use."),
+ my $common = {
title => N("Language choice"),
interactive_help_id => 'selectLanguage' };