diff options
author | Karl Berry <karl@freefriends.org> | 2008-07-06 17:06:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-07-06 17:06:44 +0000 |
commit | 262a67b785582d2973606ee7b7e1b60a54a15776 (patch) | |
tree | cd1d66a2f82cb3cc4d0abcf26bde9e7ee3000008 /Master | |
parent | 4b2d98dd3342b2b64295f1c2931444dd95736ecb (diff) |
dvd vs. hd text tweaks
git-svn-id: svn://tug.org/texlive/trunk@9297 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/tlpkg/installer/install-menu-text.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/install-menu-text.pl b/Master/tlpkg/installer/install-menu-text.pl index f2b7408a870..9df0c5c4b96 100755 --- a/Master/tlpkg/installer/install-menu-text.pl +++ b/Master/tlpkg/installer/install-menu-text.pl @@ -70,7 +70,7 @@ sub other_options { if ($vars{'from_dvd'}) { $opts{'I'}='start installation for running from DVD'; } else { - $opts{'I'}='start installation to HD'; + $opts{'I'}='start installation to hard disk'; } print "\nOther actions:\n"; @@ -888,9 +888,9 @@ EOF } if ($vars{'from_dvd'}) { - print "\n <T> Install to HD\n"; + print "\n <T> set up for installing to hard disk\n"; } else { - print "\n <V> Install for running from DVD\n"; + print "\n <V> set up for running from DVD\n"; } other_options qw(I H Q); |