From 1c1cafe18260b6814b6b29008a2ebeeca60f86c3 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 21 Jan 2003 11:28:36 +0000 Subject: (selectLanguage): no "Previous ->" during install --- perl-install/any.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-install/any.pm b/perl-install/any.pm index 9b806019d..22c02dbcb 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -534,6 +534,7 @@ sub selectLanguage { $in->ask_from_( { messages => N("Please choose a language to use."), title => 'language choice', + if_($::isInstall, cancel => ''), advanced_messages => formatAlaTeX(N("Mandrake Linux can support multiple languages. Select the languages you would like to install. They will be available when your installation is complete and you restart your system.")), -- cgit v1.2.1