summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/install-menu-text.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/installer/install-menu-text.pl')
-rw-r--r--Master/tlpkg/installer/install-menu-text.pl4
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 516c6d72ba2..2bcd4032080 100644
--- a/Master/tlpkg/installer/install-menu-text.pl
+++ b/Master/tlpkg/installer/install-menu-text.pl
@@ -832,7 +832,7 @@ EOF
print " <W> install TeXworks front end: $b_addoneditor\n";
}
if ($media ne "NET") {
- print " <Y> after installation, get package updates from CTAN: $b_adjustrepo\n";
+ print " <Y> after install, set CTAN as source for package updates: $b_adjustrepo\n";
}
other_options qw(R Q diskspace);
my $answer = prompt 'Enter command';
@@ -1120,7 +1120,7 @@ EOF
print " $b_path create symlinks to standard directories\n"
unless ($vars{'instopt_portable'} || win32());
- print " $b_adjustrepo after install, use tlnet on CTAN "
+ print " $b_adjustrepo after install, set CTAN as source "
. "for package updates\n"
unless ($media eq 'NET');