summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/install-menu-perltk.pl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-05-26 22:33:26 +0000
committerKarl Berry <karl@freefriends.org>2012-05-26 22:33:26 +0000
commit9c19e295393d08688e0400533d73ebb1e8b53dd2 (patch)
tree79436c4244859d4ff7f4b3784c6fa4181a581008 /Master/tlpkg/installer/install-menu-perltk.pl
parentfa6bff3dec71cc8230f06c1fd25ec0dade525f6f (diff)
message wording
git-svn-id: svn://tug.org/texlive/trunk@26666 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 2cef2aec7e0..c3f7cae702d 100644
--- a/Master/tlpkg/installer/install-menu-perltk.pl
+++ b/Master/tlpkg/installer/install-menu-perltk.pl
@@ -497,7 +497,7 @@ Please select a different mirror.', $TeXLive::TLConfig::ReleaseYear, $texlive_re
}
if ($media ne 'NET') {
$row++;
- $fr->Label(-text => __('After install, use tlnet on CTAN for package updates'), -anchor => 'w')->grid(-row => $row, -column => 1, -sticky => 'w');
+ $fr->Label(-text => __('After installation, get package updates from CTAN'), -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");
}