From 03d8c4da420bab98dfe07f0afcaada03bfecf848 Mon Sep 17 00:00:00 2001 From: damien Date: Wed, 9 Jan 2002 14:41:52 +0000 Subject: corrected fpons typo --- perl-install/install_steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index ac884662c..2f4c7bd9a 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -663,7 +663,7 @@ sub chooseGroups { $type ||= __("Base system only"); #- ask user for its choice. - my $type = $o->ask_from_list_(_("Type of install"), _("You do not have selected any group of packages + $type = $o->ask_from_list_(_("Type of install"), _("You do not have selected any group of packages Please choose the minimal installation you want"), [ __("Base system only"), __("No X"), __("With X"), ], $type); #- reselect according to user selection. -- cgit v1.2.1