summaryrefslogtreecommitdiff
path: root/Master/texmf/scripts
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2010-11-14 06:47:02 +0000
committerNorbert Preining <preining@logic.at>2010-11-14 06:47:02 +0000
commitc56d9b48ff89d5d1bd3951b95489391cd2cfcabb (patch)
tree36445c37948f272bacb54b33fd539ec46decbfc3 /Master/texmf/scripts
parent5fe3afab441dfa9504f0dd4406df48daa7e2afcc (diff)
tlmgr gui
make warning window of tlmgrgui more specific about where to press "Update all" button when critical updates are present git-svn-id: svn://tug.org/texlive/trunk@20436 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/scripts')
-rw-r--r--Master/texmf/scripts/texlive/tlmgrgui.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgrgui.pl b/Master/texmf/scripts/texlive/tlmgrgui.pl
index 14ae0f2d80b..c1061c98b4f 100644
--- a/Master/texmf/scripts/texlive/tlmgrgui.pl
+++ b/Master/texmf/scripts/texlive/tlmgrgui.pl
@@ -1888,7 +1888,7 @@ sub update_list_remote {
# create the warning dialog
#
my $sw = $mw->DialogBox(-title => __("Warning"), -buttons => [ __("Ok") ]);
- my $t = __("Updates for the tlmgr are present.\nInstallation and upgrades won't work without being forced.\nPlease select \"Update all installed\" button below.\nThe program will terminate after the update.\nThen you can restart the program for further updates.");
+ my $t = __("Updates for the tlmgr are present.\nInstallation and upgrades won't work without being forced.\nPlease select \"Update all installed\" button after dismissing this dialogue.\n\nThe program will terminate after the update.\nThen you can restart the program for further updates.");
if ($min_action) {
$t .= "\n\n" . __("At least %s further updates are available after tlmgr has been updated.", $min_action);
}