From 0d022fe6c1a44bfd6560c8bf568ab787085e3dc3 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 9 Jun 2010 15:29:07 +0000 Subject: label text git-svn-id: svn://tug.org/texlive/trunk@18844 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/installer/install-menu-text.pl | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Master/tlpkg/installer/install-menu-text.pl') diff --git a/Master/tlpkg/installer/install-menu-text.pl b/Master/tlpkg/installer/install-menu-text.pl index 6e3e0411a87..79485f8dc52 100755 --- a/Master/tlpkg/installer/install-menu-text.pl +++ b/Master/tlpkg/installer/install-menu-text.pl @@ -79,14 +79,13 @@ sub other_options { $opts{'I'}='start installation to hard disk'; } + print "\nActions:"; if ($options[$#options] eq 'diskspace') { pop @options; calc_depends (); - print "\nOther actions: ". - "Disk space required: $vars{'total_size'} MB\n"; - } else { - print "\nOther actions:\n"; + print " (disk space required: $vars{'total_size'} MB)"; } + print "\n"; for my $option (@options) { if (defined $opts{"$option"}) { -- cgit v1.2.3