From 9e3cd21672ed0bfde1d475ed2c20652be691329e Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sun, 26 Jan 2014 12:20:21 +0000 Subject: rename button Upate all when updates for tlmgr are available git-svn-id: svn://tug.org/texlive/trunk@32793 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/texlive/tlmgrgui.pl | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/scripts/texlive/tlmgrgui.pl b/Master/texmf-dist/scripts/texlive/tlmgrgui.pl index dbe760fdb4f..535d2bfd3c8 100644 --- a/Master/texmf-dist/scripts/texlive/tlmgrgui.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgrgui.pl @@ -110,6 +110,7 @@ my $darktext; my $match_entry; my $loaded_text; my $loaded_text_button; +my $update_all_button; my %settings_label; @@ -417,10 +418,11 @@ $g->headerCreate(4, @htype, -itemtype => 'text', -text => __("Short description" my $with_all_frame = $actions_frame->Frame; $with_all_frame->pack(@left, -padx => '5m'); - $with_all_frame->Button(-text => __('Update all installed'), - -state => $::action_button_state, - -command => sub { update_all_packages(); } - )->pack(@p_ii); + $update_all_button = + $with_all_frame->Button(-text => __('Update all installed'), + -state => $::action_button_state, + -command => sub { update_all_packages(); } + )->pack(@p_ii); $with_all_frame->Checkbutton(-text => __("Reinstall previously removed packages"), -variable => \$opts{"reinstall-forcibly-removed"})->pack(); @@ -849,6 +851,7 @@ sub update_grid { $crit_match = 1; $lighttext->configure(-foreground => 'red'); $darktext->configure(-foreground => 'red'); + $update_all_button->configure(-text => __('Update the TeX Live Manager')); } else { @displist = (@schemes, @colls, @packs); } @@ -2284,7 +2287,7 @@ sub update_list_remote { my $t = __("The TeX Live manager (the software you're currently running) needs to be updated before any other updates can be done. -Please do this by clicking the \"Update all installed\" button, +Please do this by clicking the \"Update the TeX Live Manager\" button, after dismissing this dialogue. After the update, the TeX Live manager will terminate. -- cgit v1.2.3