summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/install-menu-text.pl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-03-08 23:16:36 +0000
committerKarl Berry <karl@freefriends.org>2019-03-08 23:16:36 +0000
commit46d0c0b13380b70b13993a3cf418385b15b3ed13 (patch)
treecce18e2f6fd791a78ff7bdb253f1aabf1ca20276 /Master/tlpkg/installer/install-menu-text.pl
parent238efcd3ce5bf6ca35b9cc53fce6d905c7215587 (diff)
pt_BR xlate update; "main" tree rather than "support" tree; norbert/github binaries
git-svn-id: svn://tug.org/texlive/trunk@50297 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/install-menu-text.pl')
-rw-r--r--Master/tlpkg/installer/install-menu-text.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/tlpkg/installer/install-menu-text.pl b/Master/tlpkg/installer/install-menu-text.pl
index 2bcd4032080..bef093d075c 100644
--- a/Master/tlpkg/installer/install-menu-text.pl
+++ b/Master/tlpkg/installer/install-menu-text.pl
@@ -514,13 +514,13 @@ sub directories_menu
($vars{'TEXDIR'} =~ /\/$/ ? 'texmf-dist' : '/texmf-dist');
if (!$opt_in_place) {
print <<"EOF";
- <1> TEXDIR: $vars{'TEXDIR'}
- support tree: $texmfdir
+ <1> TEXDIR: $vars{'TEXDIR'}
+ main tree: $texmfdir
EOF
} else {
print <<"EOF";
- TEXDIR: $vars{'TEXDIR'}
- support tree: $texmfdir
+ TEXDIR: $vars{'TEXDIR'}
+ main tree: $texmfdir
EOF
}
if (!$vars{'instopt_portable'}) {