summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/tracked-install.pl
diff options
context:
space:
mode:
authorSiep Kroonenberg <siepo@cybercomm.nl>2017-06-12 13:23:16 +0000
committerSiep Kroonenberg <siepo@cybercomm.nl>2017-06-12 13:23:16 +0000
commit807d135d3f1ab7bfd3fc070a2468db975e706ed5 (patch)
tree1434bd34d434c9365b7286043ab75e6963b0b212 /Master/tlpkg/installer/tracked-install.pl
parentcbb05e207d6c11513bfdaffa1214535d99eb66f9 (diff)
Hopefully __ is now handled right.
git-svn-id: svn://tug.org/texlive/trunk@44571 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/tracked-install.pl')
-rw-r--r--Master/tlpkg/installer/tracked-install.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/tracked-install.pl b/Master/tlpkg/installer/tracked-install.pl
index bdc12e3f041..54ec22599d5 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", __($s, @$t)."\n", 'centered');
+ #my $s = shift @$t;
+ $::progressw->insert("end", "$t\n", 'centered');
}
$::progressw->insert("end", "\n");
# additional info