summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.