summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-08-05 00:43:42 +0000
committerKarl Berry <karl@freefriends.org>2008-08-05 00:43:42 +0000
commitfa51d9777c2dfae30d8718ff430c26c7e8bc8bde (patch)
tree78de530379f2e6563238c02e47109aeda9d56f21 /Master/tlpkg/installer
parent76fda0677ebb49e302fbaff4f1fd52621421e537 (diff)
give anchor for tug.org/texlive/doc.html#install-tl-xlate.
git-svn-id: svn://tug.org/texlive/trunk@10080 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-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 b813ccb35ec..aea9f49b102 100644
--- a/Master/tlpkg/installer/install-menu-perltk.pl
+++ b/Master/tlpkg/installer/install-menu-perltk.pl
@@ -175,7 +175,7 @@ if (($::lang ne "en") && ($::lang ne "C")) {
if (! -r "$::installerdir/tlpkg/installer/lang/perltk-$::lang") {
tlwarn ("\n Sorry, no translations available for $::lang; falling back to English.
(If you'd like to help translate the installer's messages, please see
- http://tug.org/texlive/doc.html for information.)\n\n");
+ 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");