From 7052531cd3ddd3eef7fd85bbb9278e03fedfa893 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 21 Mar 2012 23:15:17 +0000 Subject: reword ctan msg, http://tug.org/pipermail/tldoc/2012q1/000434.html git-svn-id: svn://tug.org/texlive/trunk@25722 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/installer/install-menu-perltk.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/tlpkg/installer/install-menu-perltk.pl') diff --git a/Master/tlpkg/installer/install-menu-perltk.pl b/Master/tlpkg/installer/install-menu-perltk.pl index f90746a80b4..ec23c49bc7d 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 => __('After install, use CTAN for package updates'), -anchor => 'w')->grid(-row => $row, -column => 1, -sticky => 'w'); + $fr->Label(-text => __('After install, use tlnet on 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"); } -- cgit v1.2.3