texlive[44421] Master/tlpkg/installer/tracked-install.pl: Revert of
commits+siepo at tug.org
commits+siepo at tug.org
Fri May 19 11:20:36 CEST 2017
Revision: 44421
http://tug.org/svn/texlive?view=revision&revision=44421
Author: siepo
Date: 2017-05-19 11:20:36 +0200 (Fri, 19 May 2017)
Log Message:
-----------
Revert of tracked-install.pl, made necessary by Karl's revert of install-tl
Modified Paths:
--------------
trunk/Master/tlpkg/installer/tracked-install.pl
Modified: trunk/Master/tlpkg/installer/tracked-install.pl
===================================================================
--- trunk/Master/tlpkg/installer/tracked-install.pl 2017-05-19 00:21:48 UTC (rev 44420)
+++ trunk/Master/tlpkg/installer/tracked-install.pl 2017-05-19 09:20:36 UTC (rev 44421)
@@ -65,8 +65,8 @@
$::progressw->tagConfigure('centered', -justify => 'center');
# basic welcome message
foreach my $t (@::welcome_arr) {
- #my $s = shift @$t;
- $::progressw->insert("end", "$t\n", 'centered');
+ my $s = shift @$t;
+ $::progressw->insert("end", __($s, @$t)."\n", 'centered');
}
$::progressw->insert("end", "\n");
# additional info
More information about the tex-live-commits
mailing list