summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/texlive/tlmgrgui.pl
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2014-01-26 12:20:21 +0000
committerNorbert Preining <preining@logic.at>2014-01-26 12:20:21 +0000
commit9e3cd21672ed0bfde1d475ed2c20652be691329e (patch)
treea1d1ac5e7203f76d59797fe94977cef63dae8c7c /Master/texmf-dist/scripts/texlive/tlmgrgui.pl
parent61d7ebde44abc33faa26fa3312df24d45954d17a (diff)
rename button Upate all when updates for tlmgr are available
git-svn-id: svn://tug.org/texlive/trunk@32793 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/texlive/tlmgrgui.pl')
-rw-r--r--Master/texmf-dist/scripts/texlive/tlmgrgui.pl13
1 files changed, 8 insertions, 5 deletions
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.