diff options
author | Norbert Preining <preining@logic.at> | 2014-09-01 00:23:59 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2014-09-01 00:23:59 +0000 |
commit | 79c7e7197be5fb5bfa1e1569f96312db4bb23a04 (patch) | |
tree | 4bdabda54108adc6ece180528b06ad4685bb6b6f /Master | |
parent | ae7f88cea79121ec5fdd114164856efb11ed8660 (diff) |
update installer text when loading previous settings
git-svn-id: svn://tug.org/texlive/trunk@35077 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/tlpkg/installer/install-menu-text.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/install-menu-text.pl b/Master/tlpkg/installer/install-menu-text.pl index dc09bd9fba2..88da0e2ecbe 100755 --- a/Master/tlpkg/installer/install-menu-text.pl +++ b/Master/tlpkg/installer/install-menu-text.pl @@ -230,8 +230,8 @@ sub run_menu_text { my $dn = $1; print "\nAn old installation of TeX Live has been found in $dn\n"; print " -If you want the selection of collections and various options being taken -over press `y', otherwise anything else. +If you want the selection of schemes/collections and various options being +taken over press `y', otherwise anything else. Import settings from previous TeX Live installation: (y/n): "; chomp(my $yn = <STDIN>); |