summaryrefslogtreecommitdiff
path: root/Master/tlpkg/dev
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-12-11 02:46:31 +0000
committerNorbert Preining <preining@logic.at>2009-12-11 02:46:31 +0000
commitf101ac96582b8509fc5ad906b2cbdb97bce9e29a (patch)
treed50d1ede9c678ef6e1201ff8a8c3188a5a7ca5c0 /Master/tlpkg/dev
parentd140264bc1436cf9b3d00e4e320b4defff8cf7da (diff)
add "." after Completed
git-svn-id: svn://tug.org/texlive/trunk@16360 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/dev')
-rw-r--r--Master/tlpkg/dev/tlmgrgui2.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/dev/tlmgrgui2.pl b/Master/tlpkg/dev/tlmgrgui2.pl
index cadbd198e4a..fbb019a779c 100644
--- a/Master/tlpkg/dev/tlmgrgui2.pl
+++ b/Master/tlpkg/dev/tlmgrgui2.pl
@@ -1252,7 +1252,7 @@ if ($opts{"load"}) {
}
-info(__("Completed") . "\n");
+info(__("Completed") . ".\n");
$mw->deiconify;
@@ -1668,7 +1668,7 @@ sub execute_action_gui {
if ($error_code) {
give_warning_window(@_);
}
- info(__("Completed") . "\n");
+ info(__("Completed") . ".\n");
$mw->Unbusy;
}