diff options
author | Karl Berry <karl@freefriends.org> | 2012-03-21 23:15:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-03-21 23:15:17 +0000 |
commit | 7052531cd3ddd3eef7fd85bbb9278e03fedfa893 (patch) | |
tree | 3b653ba11cd17e329ab2f57cbc574077aec7d9e4 /Master/tlpkg/installer/install-menu-text.pl | |
parent | a1cc0e0ea92d774194ebc156455ec9f3771998f2 (diff) |
reword ctan msg, http://tug.org/pipermail/tldoc/2012q1/000434.html
git-svn-id: svn://tug.org/texlive/trunk@25722 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/install-menu-text.pl')
-rwxr-xr-x | Master/tlpkg/installer/install-menu-text.pl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/install-menu-text.pl b/Master/tlpkg/installer/install-menu-text.pl index 440caad6aa3..580e2dcd0e3 100755 --- a/Master/tlpkg/installer/install-menu-text.pl +++ b/Master/tlpkg/installer/install-menu-text.pl @@ -896,7 +896,7 @@ EOF print " <W> install TeXworks front end: $b_addoneditor\n"; } if ($media ne "NET") { - print " <Y> after install, use CTAN for pkg updates: $b_adjustrepo\n"; + print " <Y> after install, use tlnet on CTAN for pkg updates: $b_adjustrepo\n"; } other_options qw(R Q diskspace); my $answer = prompt 'Enter command'; @@ -1173,7 +1173,8 @@ EOF } if ($media ne 'NET') { - print " $b_adjustrepo after installation, use CTAN for package updates\n"; + print " $b_adjustrepo after install, use tlnet on CTAN " + . "for package updates\n"; } if ($vars{'portable'}) { |