diff options
Diffstat (limited to 'Master/tlpkg/installer/install-menu-text.pl')
-rwxr-xr-x | Master/tlpkg/installer/install-menu-text.pl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/install-menu-text.pl b/Master/tlpkg/installer/install-menu-text.pl index 53b1f368ef7..0f30955e416 100755 --- a/Master/tlpkg/installer/install-menu-text.pl +++ b/Master/tlpkg/installer/install-menu-text.pl @@ -1,9 +1,8 @@ #!/usr/bin/env perl - # $Id$ # install-menu-txt.pl # -# Copyright 2007 Reinhard Kotucha, Norbert Preining +# Copyright 2007, 2008 Reinhard Kotucha, Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. # @@ -822,11 +821,11 @@ EOF <B> binary systems: $vars{'n_systems_selected'} out of $vars{'n_systems_available'} <S> Installation scheme ($vars{'selected_scheme'}) + $vars{'n_collections_selected'} collections out of $vars{'n_collections_available'}, disk space required: $vars{'total_size'} MB Customizing installation scheme: <C> standard collections <L> language collections - $vars{'n_collections_selected'} collections out of $vars{'n_collections_available'}, disk space required: $vars{'total_size'} MB EOF if (!check_on_lang_collection_installed()) { |