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 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' }; diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index ae97f5c80..db4eddf56 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,4 +1,5 @@ - align titles to the left +- update language step Version 11.11 - 18 August 2008 |