From 416e1be222d2e17c1f4abf12402d7b8f11f83c6c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 18 Aug 2008 13:11:06 +0000 Subject: (selectLanguage_install) remove message --- perl-install/any.pm | 2 +- perl-install/install/NEWS | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1