summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-05-24 16:36:36 +0000
committerKarl Berry <karl@freefriends.org>2012-05-24 16:36:36 +0000
commit1484ccc8b25b2fabb51bcb8d32c035eb2630f083 (patch)
tree03aed5f5d66b8ad9a02375774c50ac1d980c8745
parent42ea252c1ac8645e42dcf76ca9fe74661e572803 (diff)
msg tweaks
git-svn-id: svn://tug.org/texlive/trunk@26634 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf/scripts/texlive/tlmgrgui.pl6
1 files changed, 3 insertions, 3 deletions
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);
}