From 7dbb39ecdbccfe7d3801b22ea0ebebfc38a789f2 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 15 May 2013 22:13:04 +0000 Subject: standard collections -> installation collections, since there is only one set of collections now. git-svn-id: svn://tug.org/texlive/trunk@30493 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/installer/install-menu-perltk.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Master/tlpkg/installer') diff --git a/Master/tlpkg/installer/install-menu-perltk.pl b/Master/tlpkg/installer/install-menu-perltk.pl index c78710a6ee1..3978e11cbc4 100644 --- a/Master/tlpkg/installer/install-menu-perltk.pl +++ b/Master/tlpkg/installer/install-menu-perltk.pl @@ -346,8 +346,8 @@ Please select a different mirror.', $TeXLive::TLConfig::ReleaseYear, $texlive_re $fr->Label(-text => "------- " . __("Further Customization") . " -------")->grid(-row => $row, -column => 1,-columnspan => 3); $row++; - # standard collection line - $fr->Label(-text => __('Standard collections'), -anchor => 'w')->grid(-row => $row, -column => 1, -sticky => 'w'); + # collection line + $fr->Label(-text => __('Installation collections'), -anchor => 'w')->grid(-row => $row, -column => 1, -sticky => 'w'); $collection_toggle_button = $fr->Button(-text => __("Change"), -command => sub { menu_select_standard_collections(); })->grid(-row => $row, -column => 3, -sticky => "ew", -padx => "2m"); $row++; @@ -794,7 +794,7 @@ sub menu_select_scheme { } sub menu_select_standard_collections { - my $sw = $mainwindow->Toplevel(-title => __('Standard collections')); + my $sw = $mainwindow->Toplevel(-title => __('Installation collections')); $sw->transient($mainwindow); $sw->grab(); my $fb = $sw->Frame; -- cgit v1.2.3