summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
Diffstat (limited to 'Master')
-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);
}