summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/install-menu-perltk.pl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-03-17 23:18:09 +0000
committerKarl Berry <karl@freefriends.org>2012-03-17 23:18:09 +0000
commitfb22dbe92b0f7e3e7a69d2010d5e11bc4cdfbe5d (patch)
tree64c5a064e3476aff442bd7c05aea7ce0ce1d445b /Master/tlpkg/installer/install-menu-perltk.pl
parent5af7debad1f9125b0812d7dd79946f36efa98ce8 (diff)
new message wording
git-svn-id: svn://tug.org/texlive/trunk@25680 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 dbcbbecf08c..f90746a80b4 100644
--- a/Master/tlpkg/installer/install-menu-perltk.pl
+++ b/Master/tlpkg/installer/install-menu-perltk.pl
@@ -493,7 +493,7 @@ Please select a different mirror.', $TeXLive::TLConfig::ReleaseYear, $texlive_re
}
if ($media ne 'NET') {
$row++;
- $fr->Label(-text => __('Setup default repository for network updates'), -anchor => 'w')->grid(-row => $row, -column => 1, -sticky => 'w');
+ $fr->Label(-text => __('After install, use CTAN for package updates'), -anchor => 'w')->grid(-row => $row, -column => 1, -sticky => 'w');
$fr->Label(-anchor => 'w', -textvariable => \$adjustrepoyesno)->grid(-row => $row, -column => 2, -padx => "2m");
$adjustrepo_toggle_button = $fr->Button(-text => __("Toggle"), -command => sub { toggle_and_set_opt_variable(\$vars{'option_adjustrepo'}, \$adjustrepoyesno); })->grid(-row => $row, -column => 3, -sticky => "ew", -padx => "2m");
}