diff options
-rw-r--r-- | Master/texmf-dist/doc/texlive/texlive-en/texlive-en.tex | 2 | ||||
-rw-r--r-- | Master/tlpkg/installer/install-menu-perltk.pl | 2 | ||||
-rw-r--r-- | Master/tlpkg/installer/install-menu-text.pl | 4 |
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'); |