summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/install-menu-perltk.pl
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 /Master/tlpkg/installer/install-menu-perltk.pl
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
Diffstat (limited to 'Master/tlpkg/installer/install-menu-perltk.pl')
-rw-r--r--Master/tlpkg/installer/install-menu-perltk.pl2
1 files changed, 1 insertions, 1 deletions
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)