From da07169c6d4dff0f3c7914c8af54b5f00ebd78c6 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sun, 10 Jan 2010 13:40:19 +0000 Subject: fix inconsistency in button naming git-svn-id: svn://tug.org/texlive/trunk@16662 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf/scripts/texlive/tlmgrgui.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Master/texmf/scripts/texlive/tlmgrgui.pl b/Master/texmf/scripts/texlive/tlmgrgui.pl index 67dd810e275..8bc8890d48b 100644 --- a/Master/texmf/scripts/texlive/tlmgrgui.pl +++ b/Master/texmf/scripts/texlive/tlmgrgui.pl @@ -1622,7 +1622,7 @@ sub update_list_remote { } if (@critical_updates) { 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\" 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 below.\nThe program will terminate after the update.\nThen you can restart the program for further updates."); $t .= "\n\n" . __("Please wait a bit after the program has terminated so that the update can be completed.") if win32(); $sw->add("Label", -text => $t)->pack(-padx => "3m", -pady => "3m"); $sw->Show; -- cgit v1.2.3