From 9c19e295393d08688e0400533d73ebb1e8b53dd2 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 26 May 2012 22:33:26 +0000 Subject: message wording git-svn-id: svn://tug.org/texlive/trunk@26666 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/installer/install-menu-perltk.pl | 2 +- Master/tlpkg/installer/install-menu-text.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Master/tlpkg') 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"); } diff --git a/Master/tlpkg/installer/install-menu-text.pl b/Master/tlpkg/installer/install-menu-text.pl index 68a7947526f..53604790a00 100755 --- a/Master/tlpkg/installer/install-menu-text.pl +++ b/Master/tlpkg/installer/install-menu-text.pl @@ -895,7 +895,7 @@ EOF print " install TeXworks front end: $b_addoneditor\n"; } if ($media ne "NET") { - print " after install, use tlnet on CTAN for pkg updates: $b_adjustrepo\n"; + print " after installation, get package updates from CTAN: $b_adjustrepo\n"; } other_options qw(R Q diskspace); my $answer = prompt 'Enter command'; -- cgit v1.2.3