summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-05-26 15:44:25 +0000
committerKarl Berry <karl@freefriends.org>2018-05-26 15:44:25 +0000
commit158133cf010cbf75dc6bab5069a5185632725f81 (patch)
tree857a3b561f98372379e4ca14386831b023e552d9
parentd7d064cd36d6debf84ae10cb32a966c7e6248127 (diff)
instopt_adjustrepo to CTAN wording; suggestion from Tristan Miller, 24 May 2018 14:12:33
git-svn-id: svn://tug.org/texlive/trunk@47845 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/texlive/texlive-en/texlive-en.tex2
-rw-r--r--Master/tlpkg/installer/install-menu-perltk.pl2
-rw-r--r--Master/tlpkg/installer/install-menu-text.pl4
3 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/texlive/texlive-en/texlive-en.tex b/Master/texmf-dist/doc/texlive/texlive-en/texlive-en.tex
index 7cdfd430bf1..9276c84de31 100644
--- a/Master/texmf-dist/doc/texlive/texlive-en/texlive-en.tex
+++ b/Master/texmf-dist/doc/texlive/texlive-en/texlive-en.tex
@@ -865,7 +865,7 @@ Options customization:
binaries to:
manpages to:
info to:
- <Y> after installation, get package updates from CTAN: [X]
+ <Y> after install, set CTAN as source for package updates: [X]
\end{boxedverbatim}
\caption{Options menu (Unix)}\label{fig:options-text}
\end{figure}
diff --git a/Master/tlpkg/installer/install-menu-perltk.pl b/Master/tlpkg/installer/install-menu-perltk.pl
index 65598d42c0c..a8fd6338bb8 100644
--- a/Master/tlpkg/installer/install-menu-perltk.pl
+++ b/Master/tlpkg/installer/install-menu-perltk.pl
@@ -582,7 +582,7 @@ Please select a different mirror.',
if ($media ne 'NET') {
$row++;
$fr->Label(
- -text => __('After installation, get package updates from CTAN'),
+ -text => __('After install, set CTAN as source for package updates'),
-anchor => 'w')
->grid(-row => $row, -column => 1, -sticky => 'w');
$fr->Label(-anchor => 'w', -textvariable => \$adjustrepoyesno)
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');