From 0b1b3cc9da605f52c5d96f2c7a4ee8bdd252dc94 Mon Sep 17 00:00:00 2001 From: Siep Kroonenberg Date: Fri, 19 May 2017 09:20:36 +0000 Subject: Revert of tracked-install.pl, made necessary by Karl's revert of install-tl git-svn-id: svn://tug.org/texlive/trunk@44421 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/installer/tracked-install.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Master/tlpkg/installer/tracked-install.pl b/Master/tlpkg/installer/tracked-install.pl index 54ec22599d5..bdc12e3f041 100644 --- a/Master/tlpkg/installer/tracked-install.pl +++ b/Master/tlpkg/installer/tracked-install.pl @@ -65,8 +65,8 @@ sub installer_tracker { $::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 -- cgit v1.2.3