summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/installer')
-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'}) {