summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/install-menu-perltk.pl
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-08-06 20:05:08 +0000
committerNorbert Preining <preining@logic.at>2008-08-06 20:05:08 +0000
commit7b5eee75aa65cfb4ad327a1aa5ed15493bd233bd (patch)
tree259aec9221611bfa4fbd6181d338eb6e44c2e4fb /Master/tlpkg/installer/install-menu-perltk.pl
parent9b830b72aa3049310059a3ed79abb2707e7dda09 (diff)
add chinese (simplified and traditional) translation from Hongyi Zhao
git-svn-id: svn://tug.org/texlive/trunk@10115 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/install-menu-perltk.pl')
-rw-r--r--Master/tlpkg/installer/install-menu-perltk.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/install-menu-perltk.pl b/Master/tlpkg/installer/install-menu-perltk.pl
index 2dad77ca0f2..1e19700d6c9 100644
--- a/Master/tlpkg/installer/install-menu-perltk.pl
+++ b/Master/tlpkg/installer/install-menu-perltk.pl
@@ -176,7 +176,7 @@ if (($::lang ne "en") && ($::lang ne "C")) {
http://tug.org/texlive/doc.html#install-tl-xlate for information.)\n\n");
} else {
# merge the translated strings into the text string
- open(LANG,"<$::installerdir/tlpkg/installer/lang/perltk-$::lang");
+ open(LANG, "<$::installerdir/tlpkg/installer/lang/perltk-$::lang");
my %trans;
while (<LANG>) {
chomp;