diff options
author | damien <damien@mandriva.com> | 2002-01-09 14:41:52 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2002-01-09 14:41:52 +0000 |
commit | 03d8c4da420bab98dfe07f0afcaada03bfecf848 (patch) | |
tree | 3bebc02af896b2d2b6fd2ad4bf36394427720b61 /perl-install | |
parent | ad8f59bfc92276583eb7ec976773e0b3f6686662 (diff) | |
download | drakx-03d8c4da420bab98dfe07f0afcaada03bfecf848.tar drakx-03d8c4da420bab98dfe07f0afcaada03bfecf848.tar.gz drakx-03d8c4da420bab98dfe07f0afcaada03bfecf848.tar.bz2 drakx-03d8c4da420bab98dfe07f0afcaada03bfecf848.tar.xz drakx-03d8c4da420bab98dfe07f0afcaada03bfecf848.zip |
corrected fpons typo
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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. |