From 1484ccc8b25b2fabb51bcb8d32c035eb2630f083 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 24 May 2012 16:36:36 +0000 Subject: msg tweaks git-svn-id: svn://tug.org/texlive/trunk@26634 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf/scripts/texlive/tlmgrgui.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Master/texmf/scripts') diff --git a/Master/texmf/scripts/texlive/tlmgrgui.pl b/Master/texmf/scripts/texlive/tlmgrgui.pl index b583f0f1da8..d5a427f163b 100644 --- a/Master/texmf/scripts/texlive/tlmgrgui.pl +++ b/Master/texmf/scripts/texlive/tlmgrgui.pl @@ -167,7 +167,7 @@ sub guimain { build_initial_gui(); init_hooks(); - info(__("Loading local TeX Live Database\nThis may take some time, please wait!") . "\n"); + info(__("Loading local TeX Live database;\nthis may take some time, please be patient ...") . "\n"); # call the init function from tlmgr.pl # with 0 as argument, so that it does not call die on errors. @@ -228,7 +228,7 @@ sub guimain { } - info(__("Completed") . ".\n"); + info(__("... done loading") . ".\n"); $mw->deiconify; @@ -614,7 +614,7 @@ sub setup_menu_system { my $b = shift; if ($b eq __("Ok")) { system("tlmgr", "uninstall", "--force"); - $mw->Dialog(-text => __("Complete removal completed"), -buttons => [ __("Ok") ])->Show; + $mw->Dialog(-text => __("Complete removal finished"), -buttons => [ __("Ok") ])->Show; $mw->destroy; exit(0); } -- cgit v1.2.3