diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2017-05-19 09:20:36 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2017-05-19 09:20:36 +0000 |
commit | 0b1b3cc9da605f52c5d96f2c7a4ee8bdd252dc94 (patch) | |
tree | 8fb199b33cc6b38e4a7e249d5352ab0ce5133f2b /Master/tlpkg/installer | |
parent | 1aab5833ad38215ef8c0829071d073253ddf8352 (diff) |
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
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/tracked-install.pl | 4 |
1 files 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 |