summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-03-16 13:38:53 +0000
committerNorbert Preining <preining@logic.at>2009-03-16 13:38:53 +0000
commit94036ffcc5ef0148dec67f191b0034e72d855082 (patch)
tree0b7d8bb9fae468ca594050f633cb9095f7bdcf41
parent2bc953aa468bc8852fe93203c7d4e46794ec14da (diff)
fix more wordings from Karl
git-svn-id: svn://tug.org/texlive/branches/branch2009-dev@12400 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xMaster/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 e73e9ef1342..e3733071a28 100755
--- a/Master/tlpkg/installer/install-menu-text.pl
+++ b/Master/tlpkg/installer/install-menu-text.pl
@@ -707,7 +707,7 @@ sub options_menu {
print <<"EOF";
<P> use letter size instead of A4 by default: $b_letter
- <F> create all format files: $b_fmt
+ <F> create format files: $b_fmt
EOF
;
if ($vars{'doc_splitting_supported'} and !$vars{'from_dvd'}) {
@@ -952,13 +952,13 @@ EOF
print " $b_src install macro/font source tree\n";
}
if (win32()) {
- print " $b_path path adjustments\n";
- print " $b_deskint menu items, shortcuts, etc.\n";
+ print " $b_path adjust search path\n";
+ print " $b_deskint add menu items, shortcuts, etc.\n";
if (admin()) {
print " $b_admin installation for all users\n";
}
} else {
- print " $b_path symlinks to system directories\n";
+ print " $b_path create symlinks to standard directories\n";
}
}