From 158133cf010cbf75dc6bab5069a5185632725f81 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 26 May 2018 15:44:25 +0000 Subject: 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 --- Master/texmf-dist/doc/texlive/texlive-en/texlive-en.tex | 2 +- Master/tlpkg/installer/install-menu-perltk.pl | 2 +- Master/tlpkg/installer/install-menu-text.pl | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'Master') 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: - after installation, get package updates from CTAN: [X] + 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 " install TeXworks front end: $b_addoneditor\n"; } if ($media ne "NET") { - print " after installation, get package updates from CTAN: $b_adjustrepo\n"; + print " 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'); -- cgit v1.2.3