diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2021-02-28 19:55:13 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2021-02-28 19:55:13 +0000 |
commit | 6262a1b8ce517b2acc323c41dfe67e90f162f05d (patch) | |
tree | 601fdda5b30966c75bd0c6f10cab1d97fa605d87 /Master/tlpkg | |
parent | 880a20d28e5026e8366eaaa6d44659d2465252f6 (diff) |
Typo fixed
git-svn-id: svn://tug.org/texlive/trunk@58006 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-messages | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-messages b/Master/tlpkg/bin/tl-update-messages index 13fc86c0665..82c459fd33e 100755 --- a/Master/tlpkg/bin/tl-update-messages +++ b/Master/tlpkg/bin/tl-update-messages @@ -27,7 +27,8 @@ xgettext -o tlpkg/translations/messages.pot \ --package-name="TeX Live" \ -k__ -k\$__ -k%__ -k__x -k__n:1,2 -k__nx:1,2 -k__xn:1,2 -kN__ -k \ texmf-dist/scripts/texlive/tlmgrgui.pl \ - tlpkg/installer/install-menu-text.tcl \ + tlpkg/installer/install-menu-text.pl \ + tlpkg/installer/install-menu-extl.pl \ tlpkg/installer/install-tl-gui.tcl \ tlpkg/tltcl/tltcl.tcl \ texmf-dist/scripts/tlshell/tlshell.tcl \ |